corrierifrontend/components.json
AV77web ea7f5d18f1
All checks were successful
Deploy to VPS / build (push) Successful in 20s
Deploy to VPS / deploy (push) Successful in 19s
installato Tailwind, configurato shadcn/ui e creati i suoi componenti: button,card,input e label
2026-06-24 18:40:09 +02:00

25 lines
515 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"rtl": false,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}