@eslamdevui/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
32 lines • 567 B
text/typescript
export default {
"slots": {
"root": "flex flex-col lg:grid lg:grid-cols-10 lg:gap-10",
"left": "lg:col-span-2",
"center": "lg:col-span-8",
"right": "lg:col-span-2 order-first lg:order-last"
},
"variants": {
"left": {
"true": ""
},
"right": {
"true": ""
}
},
"compoundVariants": [
{
"left": true,
"right": true,
"class": {
"center": "lg:col-span-6"
}
},
{
"left": false,
"right": false,
"class": {
"center": "lg:col-span-10"
}
}
]
}