@nuxt/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
22 lines • 404 B
text/typescript
export default {
"base": "focus-visible:outline-primary",
"variants": {
"active": {
"true": "text-primary",
"false": "text-muted"
},
"disabled": {
"true": "cursor-not-allowed opacity-75"
}
},
"compoundVariants": [
{
"active": false,
"disabled": false,
"class": [
"hover:text-default",
"transition-colors"
]
}
]
}