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.

25 lines (24 loc) 522 B
declare const _default: { '.uk-sortable': { position: string; }; '.uk-sortable > :last-child': { marginBottom: string; }; '.uk-sortable-drag': { position: string; zIndex: string; pointerEvents: string; }; '.uk-sortable-placeholder': { opacity: string; pointerEvents: string; }; '.uk-sortable-empty': { minHeight: string; }; '.uk-sortable-handle:hover': { cursor: string; }; }; export default _default;