@eslamdevui/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
28 lines • 790 B
text/typescript
export default {
"slots": {
"root": "xl:grid xl:grid-cols-3 xl:gap-8",
"left": "mb-10 xl:mb-0",
"center": "flex flex-col lg:grid grid-flow-col auto-cols-fr gap-8 xl:col-span-2",
"right": "mt-10 xl:mt-0",
"label": "text-sm font-semibold",
"list": "mt-6 space-y-4",
"item": "relative",
"link": "group text-sm flex items-center gap-1.5 focus-visible:outline-primary",
"linkLeadingIcon": "size-5 shrink-0",
"linkLabel": "truncate",
"linkLabelExternalIcon": "size-3 absolute top-0 text-dimmed inline-block"
},
"variants": {
"active": {
"true": {
"link": "text-primary font-medium"
},
"false": {
"link": [
"text-muted hover:text-default",
"transition-colors"
]
}
}
}
}