Skip to content

Commit

Permalink
feat: install shadcn on project (#5)
Browse files Browse the repository at this point in the history
* feat: install shadcn config

* fix: mulish weight
  • Loading branch information
Tomi-Tom authored May 18, 2024
1 parent 41d5d33 commit 64f031a
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 196 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://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/style.css",
"baseColor": "slate",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "src/components",
"utils": "lib/utils"
}
}
Loading

0 comments on commit 64f031a

Please sign in to comment.