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) • 788 B
TypeScript
export default function (): {
'hook-misc': {
'.uk-position-xsmall': {
margin: string;
'--uk-position-margin-offset': string;
};
'.uk-position-small': {
margin: string;
'--uk-position-margin-offset': string;
};
'.uk-position': {
margin: string;
'--uk-position-margin-offset': string;
};
'.uk-position-medium': {
margin: string;
'--uk-position-margin-offset': string;
};
'.uk-position-large': {
margin: string;
'--uk-position-margin-offset': string;
};
'.uk-position-xlarge': {
margin: string;
'--uk-position-margin-offset': string;
};
};
};