react-img-slider

1.0.0 • Public • Published

react-img-slider

renders a simple carousel component

NPM JavaScript Style Guide

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

Image of Carousel

Usage

import React, { Component } from "react";
 
import MyComponent from "react-img-slider";
 
class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © sowmyadsl

Readme

Keywords

none

Package Sidebar

Install

npm i react-img-slider

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

24.7 MB

Total Files

11

Last publish

Collaborators

  • sowmyad