add shadcn button, input, card

npx shadcn-vue@latest add button
npx shadcn-vue@latest add input
npx shadcn-vue@latest add card
This commit is contained in:
padreug 2025-02-02 18:26:28 +01:00
parent b42eb4f9d5
commit d8545d197d
13 changed files with 254 additions and 29 deletions

View file

@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.474.0",