@nuxt/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
11 lines • 412 B
text/typescript
export default {
"slots": {
"root": "my-5",
"container": "flex items-center gap-3 font-mono text-sm",
"name": "font-semibold text-primary",
"wrapper": "flex-1 flex items-center gap-1.5 text-xs",
"required": "rounded-sm bg-error/10 text-error px-1.5 py-0.5",
"type": "rounded-sm bg-elevated text-toned px-1.5 py-0.5",
"description": "mt-3 text-muted text-sm [&_code]:text-xs/4"
}
}