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.
20 lines (19 loc) • 717 B
TypeScript
declare const _default: {
'.uk-label': {
borderRadius: string;
boxShadow: string;
fontSize: string;
lineHeight: string;
'@apply inline-flex items-center border border-border px-2.5 py-0.5 font-semibold text-foreground': {};
};
'.uk-label-destructive': {
'@apply border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80': {};
};
'.uk-label-primary': {
'@apply border-transparent bg-primary text-primary-foreground hover:bg-primary/80': {};
};
'.uk-label-secondary': {
'@apply border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80': {};
};
};
export default _default;