vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
30 lines (29 loc) • 473 B
text/typescript
export default /*tw*/ {
list: "flex flex-wrap gap-0.5",
colorButton: {
base: "{UButton}",
button: {
compoundVariants: [
{
variant: "soft",
class: "bg-{color}-lifted/10",
},
],
},
},
circle: {
base: "rounded-full",
variants: {
size: {
sm: "size-4",
md: "size-5",
lg: "size-6",
},
},
},
defaults: {
size: "md",
colors: {},
labels: {},
},
};