Files
dynamic-sites-simple/components.json
khalid@traclabs.com fdf6124fa1 Add tailwind and shadcn
2026-04-23 07:41:37 -05:00

33 lines
724 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-maia",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/global.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "hugeicons",
"rtl": false,
"aliases": {
"components": "@shared/components",
"utils": "@shared/lib/utils",
"ui": "@shared/components/ui",
"lib": "@shared/lib",
"hooks": "@shared/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {
"@shadcnblocks": {
"url": "https://shadcnblocks.com/r/{name}",
"headers": {
"Authorization": "Bearer ${SHADCNBLOCKS_API_KEY}"
}
}
}
}