update recurrence picker with shadcn components

This commit is contained in:
2025-08-16 12:14:40 -04:00
parent bb00d9548d
commit ad54758193
6 changed files with 365 additions and 75 deletions

View File

@@ -9,8 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",