react-img-slider
renders a simple carousel component
Install
npm install --save react-img-slider
Optionally: Run locally in basic react app
Clone this repository. Then:$ cd react-img-slider && npm startIn a second tab:$ cd react-img-slider/example && npm start
This will run the site locally, found at:
localhost:3000
Usage
import React Component from "react"; import MyComponent from "react-img-slider"; { return <MyComponent />; }
License
MIT © sowmyadsl