Skip to content

Commit

Permalink
Merge pull request #15 from jaideepghosh/feat/drawer-nav
Browse files Browse the repository at this point in the history
Added drawer navigation
  • Loading branch information
jaideepghosh authored Oct 9, 2024
2 parents f92b254 + 0c69a1b commit aa840cc
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 135 deletions.
51 changes: 50 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-toast": "^1.2.2",
"appwrite": "^16.0.2",
Expand All @@ -19,7 +20,8 @@
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit aa840cc

Please sign in to comment.