Skip to content

Commit

Permalink
Merge pull request #460 from johanbook/carousel
Browse files Browse the repository at this point in the history
feat(web-ui): add carousel component
  • Loading branch information
johanbook authored Oct 12, 2023
2 parents a653047 + 5935585 commit fd9d738
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 0 deletions.
269 changes: 269 additions & 0 deletions services/web-ui/package-lock.json

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

2 changes: 2 additions & 0 deletions services/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/lodash": "^4.14.191",
"@types/react-plotly.js": "^2.6.0",
"@types/react-swipeable-views": "^0.13.3",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"babel-plugin-named-exports-order": "^0.0.2",
Expand All @@ -85,6 +86,7 @@
"jest": "^29.5.0",
"prettier": "2.8.4",
"prop-types": "^15.8.1",
"react-swipeable-views": "^0.14.0",
"standard-version": "9.5.0",
"storybook": "^7.0.11",
"storybook-addon-react-router-v6": "^1.0.2",
Expand Down
Loading

0 comments on commit fd9d738

Please sign in to comment.