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.
29 lines (28 loc) • 743 B
TypeScript
export default function (): {
'hook-item': {
color: null;
};
'hook-toolbar': {
padding: null;
backgroundColor: string;
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;
};
};