UNPKG

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.

32 lines (31 loc) 772 B
declare const _default: { '.uk-text-lead': { '@apply text-xl text-muted-foreground': {}; }; '.uk-text-meta': { '@apply text-sm text-muted-foreground': {}; }; '.uk-text-background': { WebkitBackgroundClip: string; color: string; display: string; backgroundColor: string; backgroundImage: string; }; '.uk-text-truncate': { maxWidth: string; overflow: string; textOverflow: string; whiteSpace: string; }; 'th.uk-text-truncate, td.uk-text-truncate': { maxWidth: string; }; '.uk-text-break': { overflowWrap: string; }; 'th.uk-text-break, td.uk-text-break': { wordBreak: string; }; }; export default _default;