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.

23 lines (22 loc) 664 B
declare const _default: { '.uk-slidenav': { boxShadow: string; '@apply inline-flex h-9 w-9 items-center justify-center rounded-full border border-input bg-background focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring': {}; }; '.uk-slidenav:hover': { '@apply bg-accent text-accent-foreground': {}; }; '.uk-slidenav:active': { '@apply bg-accent text-accent-foreground': {}; }; '.uk-slidenav-lg': { padding: string; }; '.uk-slidenav-container': { display: string; }; '.uk-slidenav svg': { '@apply h-4 w-4': {}; }; }; export default _default;