UNPKG

franken-ui

Version:

Franken UI is an HTML-first UI component library built on UIkit 3 and extended with LitElement, inspired by shadcn/ui.

23 lines (21 loc) 333 B
import franken from 'franken-ui/shadcn-ui/preset-quick'; /** @type {import('tailwindcss').Config} */ export default { presets: [franken()], content: [], safelist: [ { pattern: /^uk-/ }, 'ProseMirror', 'ProseMirror-focused', 'tiptap', 'mr-2', 'mt-2', 'opacity-50' ], theme: { extend: {} }, plugins: [] };