@nuxt/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
22 lines • 405 B
text/typescript
export default {
"base": "flex flex-col gap-y-8",
"variants": {
"orientation": {
"horizontal": "lg:grid lg:grid-cols-[repeat(var(--count),minmax(0,1fr))]",
"vertical": ""
},
"compact": {
"false": "gap-x-8"
},
"scale": {
"true": ""
}
},
"compoundVariants": [
{
"compact": false,
"scale": true,
"class": "lg:gap-x-13"
}
]
}