vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
28 lines (27 loc) • 491 B
text/typescript
export default /*tw*/ {
dropdown: "{UCollapsible}",
listbox: {
base: "{UListbox}",
defaults: {
size: {
sm: "sm",
md: "md",
lg: "lg",
},
},
},
defaults: {
color: "primary",
size: "md",
labelKey: "label",
valueKey: "value",
groupLabelKey: "label",
yPosition: "bottom",
xPosition: "left",
optionsLimit: 0,
visibleOptions: 8,
searchable: false,
multiple: false,
closeOnSelect: true,
},
};