@eslamdevui/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
17 lines • 399 B
text/typescript
export default {
"slots": {
"root": "relative flex flex-col min-w-0 min-h-svh lg:not-last:border-r lg:not-last:border-default shrink-0",
"body": "flex flex-col gap-4 sm:gap-6 flex-1 overflow-y-auto p-4 sm:p-6",
"handle": ""
},
"variants": {
"size": {
"true": {
"root": "w-full lg:w-(--width)"
},
"false": {
"root": "flex-1"
}
}
}
}