Skip to content

Commit 7038f4e

Browse files
committed
feat: add multi-select component
1 parent 73feae3 commit 7038f4e

File tree

12 files changed

+1698
-131
lines changed

12 files changed

+1698
-131
lines changed

site/components.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/index.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

site/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@radix-ui/react-dialog": "^1.1.6",
14+
"@radix-ui/react-label": "^2.1.2",
1315
"@radix-ui/react-select": "^2.1.6",
1416
"@radix-ui/react-switch": "^1.1.3",
1517
"@tailwindcss/vite": "^4.0.9",
18+
"class-variance-authority": "^0.7.1",
1619
"clsx": "^2.1.1",
20+
"cmdk": "1.0.0",
1721
"lucide-react": "^0.477.0",
1822
"react": "^19.0.0",
1923
"react-dom": "^19.0.0",
@@ -24,6 +28,7 @@
2428
},
2529
"devDependencies": {
2630
"@eslint/js": "^9.21.0",
31+
"@types/node": "^22.13.10",
2732
"@types/react": "^19.0.10",
2833
"@types/react-dom": "^19.0.4",
2934
"@vitejs/plugin-react": "^4.3.4",

0 commit comments

Comments
 (0)