Skip to content

Commit

Permalink
ui: Replace grab scroll with react multi carousel (#50)
Browse files Browse the repository at this point in the history
* ui: replace grab scroll with react multi carousel

* ui: delete unneeded code and add min width to carousel item

* ui: change maxWidth to infinity for desktop view

---------

Co-authored-by: Matthew Stankiewicz <[email protected]>
  • Loading branch information
mattystank and mattystank authored Apr 12, 2024
1 parent 46c10bb commit 8d69c1d
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 184 deletions.
15 changes: 12 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-joyride": "^2.7.4"
"react-joyride": "^2.7.4",
"react-multi-carousel": "^2.8.5"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
Expand Down
Loading

0 comments on commit 8d69c1d

Please sign in to comment.