A simple and easy-to-use image slideshow
npm install react-simple-slideshowsh
$ yarn add react-simple-slideshow
`
or npm
`sh
$ npm install react-simple-slideshow --save
`
Usage
1. Import the Slider component
`sh
import Slider from 'react-simple-slideshow';
`
2. Put your images inside it
`sh
`
Props
You can specify height and width attributes for the Slider component.
`sh
...
``