feat: unocss-preset-shadcn
This commit is contained in:
20
components.json
Normal file
20
components.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://shadcn-vue.com/schema.json",
|
||||
"style": "new-york",
|
||||
"typescript": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "src/shadcn/index.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "@/shadcn/components",
|
||||
"composables": "@/shadcn/composables",
|
||||
"utils": "@/shadcn/lib/utils",
|
||||
"ui": "@/shadcn/components/ui",
|
||||
"lib": "@/shadcn/lib"
|
||||
},
|
||||
"iconLibrary": "lucide"
|
||||
}
|
Reference in New Issue
Block a user