UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

9 lines (8 loc) 171 B
import { tv } from "tailwind-variants"; const gallery = tv({ slots: { image: "h-auto max-w-full rounded-lg", div: "grid" } }); export { gallery };