feat: refactor UI components and integrate Tailwind CSS for styling

This commit is contained in:
Maximilian Liebmann 2025-05-08 23:41:15 +02:00
parent fc3431f8f4
commit e75e1eb2db
16 changed files with 359 additions and 263 deletions

21
components.json Normal file
View file

@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/globals.css",
"baseColor": "gray",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}