Skip to content

Commit a8b31fe

Browse files
committed
feat: setup tailwind and add Select and Input components
1 parent 0bf474d commit a8b31fe

File tree

10 files changed

+1440
-124
lines changed

10 files changed

+1440
-124
lines changed

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link href="/src/index.css" rel="stylesheet">
77
<title>Conditional Parameters</title>
88
</head>
99
<body>

site/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@radix-ui/react-select": "^2.1.6",
14+
"@tailwindcss/vite": "^4.0.9",
15+
"clsx": "^2.1.1",
16+
"lucide-react": "^0.477.0",
1317
"react": "^19.0.0",
1418
"react-dom": "^19.0.0",
15-
"react-hook-form": "^7.54.2"
19+
"react-hook-form": "^7.54.2",
20+
"tailwind-merge": "^3.0.2",
21+
"tailwindcss": "^4.0.9",
22+
"tailwindcss-animate": "^1.0.7"
1623
},
1724
"devDependencies": {
1825
"@eslint/js": "^9.21.0",

0 commit comments

Comments
 (0)