1
0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity Security Code Quality

Init shadcn ui

This commit is contained in:
2025-07-06 09:43:38 +07:00
parent 848eefc79d
commit ddc122c0a5
5 changed files with 203 additions and 20 deletions

21
components.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}