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.
26 lines (25 loc) • 845 B
TypeScript
declare const _default: {
'.uk-badge': {
borderRadius: string;
display: string;
justifyContent: string;
alignItems: string;
boxShadow: string;
height: string;
minWidth: string;
padding: string;
fontSize: string;
lineHeight: string;
'@apply border border-border font-semibold text-foreground hover:opacity-80 focus-visible:outline-dotted focus-visible:outline-ring': {};
};
'.uk-badge-primary': {
'@apply border-transparent bg-primary text-primary-foreground': {};
};
'.uk-badge-secondary': {
'@apply border-transparent bg-secondary text-secondary-foreground': {};
};
'.uk-badge-destructive': {
'@apply border-transparent bg-destructive text-destructive-foreground': {};
};
};
export default _default;