UNPKG

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.

26 lines (25 loc) 639 B
declare const _default: { '.uk-progress': { verticalAlign: string; display: string; width: string; border: string; marginBottom: string; height: string; borderRadius: string; overflow: string; '@apply bg-primary/20': {}; }; '.uk-progress::-webkit-progress-bar': { backgroundColor: string; }; '.uk-progress::-webkit-progress-value': { transition: string; '@apply bg-primary': {}; }; '.uk-progress::-moz-progress-bar': { transition: string; '@apply bg-primary': {}; }; }; export default _default;