Skip to content

Commit

Permalink
deps: added shadcn-vue for complex components
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
Croos3r committed Jul 18, 2024
1 parent de14eb4 commit 9a35416
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 30 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://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tsConfigPath": "./tsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 9a35416

Please sign in to comment.