Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 439 Bytes

README.old.md

File metadata and controls

28 lines (21 loc) · 439 Bytes

react-carousel

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