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.

25 lines (24 loc) 808 B
declare const _default: { '.uk-breadcrumb > *': { display: string; }; '.uk-breadcrumb > * > *': { '@apply inline-flex items-center text-muted-foreground focus-visible:outline-dotted focus-visible:outline-ring': {}; }; '.uk-breadcrumb > * > :hover': { textDecoration: string; '@apply text-foreground': {}; }; '.uk-breadcrumb > :last-child > span, .uk-breadcrumb > :last-child > a:not([href])': { '@apply font-medium text-foreground': {}; }; '.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before': { content: string; display: string; '@apply ml-2 mr-3 text-muted-foreground': {}; }; '.uk-breadcrumb > .uk-disabled > *': { '@apply opacity-50': {}; }; }; export default _default;