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.
76 lines (75 loc) • 1.79 kB
TypeScript
declare const _default: {
'.uk-hero-sm': {
'@apply text-4xl': {};
};
'.uk-hero-md': {
'@apply text-5xl': {};
};
'.uk-hero-lg': {
'@apply text-6xl': {};
};
'.uk-hero-xl': {
'@apply text-7xl': {};
};
'.uk-hero-2xl': {
'@apply text-8xl': {};
};
'.uk-hero-3xl': {
'@apply text-9xl': {};
};
'.uk-heading-divider': {
paddingBottom: string;
borderBottom: string;
'@apply border-border': {};
};
'.uk-heading-bullet': {
position: string;
};
'.uk-heading-bullet::before': {
content: string;
display: string;
position: string;
top: string;
verticalAlign: string;
height: string;
marginRight: string;
borderLeft: string;
'@apply border-border': {};
};
'.uk-heading-line': {
overflow: string;
};
'.uk-heading-line > *': {
display: string;
position: string;
};
'.uk-heading-line > ::before, .uk-heading-line > ::after': {
content: string;
position: string;
top: string;
width: string;
borderBottom: string;
'@apply border-border': {};
};
'.uk-heading-line > ::before': {
right: string;
marginRight: string;
};
'.uk-heading-line > ::after': {
left: string;
marginLeft: string;
};
'.uk-h1': {
'@apply text-4xl font-extrabold tracking-tight': {};
};
'.uk-h2': {
'@apply text-3xl font-semibold tracking-tight': {};
};
'.uk-h3': {
'@apply text-2xl font-semibold tracking-tight': {};
};
'.uk-h4': {
'@apply text-xl font-semibold tracking-tight': {};
};
};
export default _default;