shadcn-ui init

This commit is contained in:
Philipinho
2023-08-09 17:49:55 +01:00
parent 6e9be6d827
commit b7c3ef1c27
6 changed files with 222 additions and 21 deletions

16
frontend/components.json Normal file
View File

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