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) 923 B
export default { '.uk-subnav': { '@apply flex items-center': {} }, '.uk-subnav > * > :first-child': { transition: '0.1s ease-in-out', transitionProperty: 'color, background-color', '@apply flex items-center justify-center rounded-full px-4 text-center font-medium text-muted-foreground': {} }, '.uk-subnav > * > a:hover': { '@apply text-primary': {} }, '.uk-subnav-primary > .uk-active > a': { '@apply bg-primary text-primary-foreground hover:bg-primary/80 hover:text-primary-foreground': {} }, '.uk-subnav-secondary > .uk-active > a': { '@apply bg-secondary text-secondary-foreground hover:bg-secondary/80 hover:text-secondary-foreground': {} }, '.uk-subnav-destructive > .uk-active > a': { '@apply bg-destructive text-destructive-foreground hover:bg-destructive/80 hover:text-destructive-foreground': {} } };