UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

15 lines (14 loc) 304 B
import { tv } from "tailwind-variants"; export const buttonGroup = tv({ base: "inline-flex rounded-lg shadow-xs", variants: { size: { sm: "scale-90", md: "scale-100", lg: "scale-110" } }, defaultVariants: { size: "md" } });