Skip to content

Commit

Permalink
chore: install shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtazzzz committed Nov 7, 2024
1 parent cc146b0 commit 4eafefa
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 122 deletions.
21 changes: 21 additions & 0 deletions 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/assets/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/utils/functions",
"ui": "@/components/ui-library",
"lib": "@/utils",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading

0 comments on commit 4eafefa

Please sign in to comment.