Skip to main content

Simple Carousel

Below is an example implementation of a simple carousel which utilizes the hooks provided by react-swipeable.

Note: swipe must be "faster" than 500ms to trigger.
See code for example usage of swipeDuration and preventScrollOnSwipe.