UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

19 lines (18 loc) 487 B
import { tv } from "tailwind-variants"; export const virtualList = tv({ slots: { container: "overflow-y-auto scrollbar-thin scrollbar-thumb-gray-300 scrollbar-track-transparent", spacer: "relative", content: "absolute top-0 left-0 right-0", item: "" }, variants: { contained: { true: { item: "[contain:layout_style_paint]" }, false: {} } }, defaultVariants: { contained: false } });