Add tailwind and shadcn

This commit is contained in:
khalid@traclabs.com
2026-04-23 07:41:37 -05:00
parent c61f3acae9
commit fdf6124fa1
9 changed files with 5044 additions and 21 deletions

32
components.json Normal file
View File

@@ -0,0 +1,32 @@
{
"$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}"
}
}
}
}