Licence
MIT
Version
1.0.0
Deps
0
Size
23.6 MB
Vulns
0
Weekly
0
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 start
In 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";
class Example extends Component {
render() {
return <MyComponent />;
}
}
License
MIT sowmyadsl