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.
31 lines (30 loc) • 872 B
JavaScript
export default function () {
return {
'hook-item': {
color: null
},
'hook-toolbar': {
padding: null,
backgroundColor: 'rgba(0, 0, 0, 0.3)',
color: null,
'@apply p-4 text-sm text-white backdrop-blur-sm': {}
},
'hook-toolbar-icon': {
padding: null,
color: null,
'@apply text-white': {}
},
'hook-misc': {
'.uk-lightbox :focus-visible': null,
'.uk-lightbox-toolbar-icon:focus-visible': {
'@apply outline-none': {}
},
'.uk-lightbox-toolbar-icon svg': {
'@apply h-4 w-4': {}
},
'.uk-lightbox-button': null,
'.uk-lightbox-button:hover': null,
'.uk-lightbox-toolbar > *': null
}
};
}