chore: add shadcn
This commit is contained in:
parent
ce1088e3ec
commit
063dfe39e9
10 changed files with 482 additions and 66 deletions
20
packages/ui/components.json
Normal file
20
packages/ui/components.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"style": "new-york",
|
||||
"rsc": true,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "",
|
||||
"css": "src/styles/globals.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true
|
||||
},
|
||||
"iconLibrary": "lucide",
|
||||
"aliases": {
|
||||
"components": "@repo/ui/components",
|
||||
"utils": "@repo/ui/lib/utils",
|
||||
"hooks": "@repo/ui/hooks",
|
||||
"lib": "@repo/ui/lib",
|
||||
"ui": "@repo/ui/components"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue