UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

16 lines (15 loc) 299 B
export default /*tw*/ { body: { base: "rounded-medium animate-pulse h-24 w-full bg-neutral/50", variants: { variant: { light: "brightness-75", default: "brightness-50", dark: "brightness-25", }, }, }, defaults: { variant: "default", }, };