franken-ui
Version:
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
70 lines (69 loc) • 1.79 kB
TypeScript
declare const _default: {
'.uk-list > *': {
breakInside: string;
};
'.uk-list > * > :last-child': {
marginBottom: string;
};
'.uk-list > :nth-child(n+2), .uk-list > * > ul': {
'@apply mt-2': {};
};
'.uk-list-disc, .uk-list-circle, .uk-list-square, .uk-list-decimal, .uk-list-hyphen': {
paddingLeft: string;
};
'.uk-list-disc': {
listStyleType: string;
};
'.uk-list-circle': {
listStyleType: string;
};
'.uk-list-square': {
listStyleType: string;
};
'.uk-list-decimal': {
listStyleType: string;
};
'.uk-list-hyphen': {
listStyleType: string;
};
'.uk-list-muted > ::marker': {
'@apply text-muted-foreground': {};
};
'.uk-list-primary > ::marker': {
'@apply text-primary': {};
};
'.uk-list-secondary > ::marker': {
'@apply text-secondary-foreground': {};
};
'.uk-list-bullet > *': {
position: string;
paddingLeft: string;
};
'.uk-list-bullet > ::before': {
content: string;
position: string;
top: string;
left: string;
width: string;
height: string;
backgroundImage: string;
backgroundRepeat: string;
backgroundPosition: string;
};
'.uk-list-divider > :nth-child(n+2)': {
'@apply mt-2 border-t border-border pt-2': {};
};
'.uk-list-striped > *': {
'@apply p-2': {};
};
'.uk-list-striped > *:nth-of-type(odd)': {
'@apply border-t border-b border-border': {};
};
'.uk-list-striped > :nth-of-type(odd)': {
'@apply bg-muted/50': {};
};
'.uk-list-striped > :nth-child(n+2)': {
marginTop: string;
};
};
export default _default;