Skip to content

Commit

Permalink
add shadcn library
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Jan 19, 2024
1 parent b5aa153 commit d386753
Show file tree
Hide file tree
Showing 7 changed files with 269 additions and 136 deletions.
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit d386753

Please sign in to comment.