ui-v2: Integrate bossui + chart component (#2622)

This commit is contained in:
Zane
2025-05-21 20:24:34 -07:00
committed by GitHub
parent f71bebe1d7
commit b3dc1289f4
22 changed files with 1787 additions and 383 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "http://localhost:3000/r/registry.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles/main.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}