vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
22 lines (21 loc) • 381 B
text/typescript
export default /*tw*/ {
groupLabel: "{ULabel}",
groupCheckbox: "{UCheckbox}",
list: {
base: "flex flex-col",
variants: {
size: {
sm: "gap-1.5 mt-1",
md: "gap-2 mt-1.5",
lg: "gap-2.5 mt-2",
},
},
},
defaults: {
color: "primary",
size: "md",
labelKey: "label",
valueKey: "value",
disabled: false,
},
};