Skip to content

Commit

Permalink
feat: add components configuration for Shadcn UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Dec 25, 2024
1 parent 417c044 commit 6a39aa0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions website/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}

0 comments on commit 6a39aa0

Please sign in to comment.