A mobile-only carousel component built in React and CSS.
A tutorial of how this carousel was built can be found on the @incubation.ff Medium blog. Read Part One and Part Two for more information.
- A mobile-only carousel wrapper which accepts any number of child items
- The carousel is cntrolled via swipe functionality
- It also includes an indicator to show how many items are in the carousel, and which item is currently being viewed.
- React
- Styled Components
- React-Swipeable
- Lodash
- Flexbox 😉