We are going to learn how to create a carousel using the react-slick
in react.
Packages required
- react-slick
- slick-carousel
Installation:
npm install react-slick
npm install slick-carousel
Include CSS
import "~slick-carousel/slick/slick.css";
import "~slick-carousel/slick/slick-theme.css";
Example:
https://react-slick.neostack.com/docs/example/simple-slider