feat: add shadcn-svelte

This commit is contained in:
HerozDotExe 2025-08-04 15:25:17 +02:00
parent e770402d4f
commit 8f32d94be5
9 changed files with 311 additions and 3 deletions

16
components.json Normal file
View file

@ -0,0 +1,16 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}