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.
17 lines (16 loc) • 392 B
JavaScript
export default {
'.uk-dropbar': {
'--uk-position-offset': '0',
'--uk-position-shift-offset': '0',
'--uk-position-viewport-offset': '0',
width: 'auto',
'@apply bg-background': {}
},
'.uk-dropbar > :last-child': {
marginBottom: '0'
},
'.uk-dropbar-lg': {
paddingTop: '2.5rem',
paddingBottom: '2.5rem'
}
};