UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

14 lines (13 loc) 321 B
import { tv } from "tailwind-variants"; export const clipboard = tv({ base: "gap-2", variants: { embedded: { true: "px-1 py-1 focus-within:ring-0 bg-transparent hover:bg-transparent text-inherit", false: "" } }, defaultVariants: { embedded: false } });