UNPKG

svelte-5-ui-lib

Version:

Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.

13 lines (12 loc) 278 B
import { tv } from 'tailwind-variants'; export const descriptionList = tv({ variants: { tag: { dt: 'text-gray-500 md:text-lg dark:text-gray-400', dd: 'text-lg font-semibold' } }, defaultVariants: { tag: 'dt' } });