Add Tailwind v4 and shadcn/ui baseline components

This commit is contained in:
2026-04-23 21:07:44 +04:00
parent abef71e4ab
commit 46001192be
17 changed files with 783 additions and 439 deletions

19
frontend/components.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}