Skip to content

Commit 9bec678

Browse files
committed
feature create lesson page: added shadcn components for UI and Toast for notifications
1 parent b6998f3 commit 9bec678

File tree

11 files changed

+1103
-0
lines changed

11 files changed

+1103
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@
2020
"dependencies": {
2121
"@hookform/resolvers": "^5.2.2",
2222
"@libsql/client": "^0.15.15",
23+
"@radix-ui/react-dialog": "^1.1.15",
24+
"@radix-ui/react-label": "^2.1.8",
2325
"@radix-ui/react-navigation-menu": "^1.2.14",
2426
"@radix-ui/react-progress": "^1.1.7",
27+
"@radix-ui/react-select": "^2.2.6",
28+
"@radix-ui/react-separator": "^1.1.8",
2529
"@radix-ui/react-slot": "^1.2.3",
2630
"better-auth": "^1.3.26",
2731
"class-variance-authority": "^0.7.1",
@@ -33,6 +37,7 @@
3337
"react": "19.1.0",
3438
"react-dom": "19.1.0",
3539
"react-hook-form": "^7.63.0",
40+
"sonner": "^2.0.7",
3641
"tailwind-merge": "^3.3.1",
3742
"web": "link:@libsql/client/web",
3843
"zod": "^4.1.11"

0 commit comments

Comments
 (0)