react-img-slider
v1.0.0
Published
renders a carousel component
Downloads
2
Readme
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