Skip to content

Commit

Permalink
shadcn ui init
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Nov 26, 2023
1 parent 6cde11d commit 02eba35
Show file tree
Hide file tree
Showing 9 changed files with 729 additions and 66 deletions.
16 changes: 16 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "gray",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 02eba35

Please sign in to comment.