1.0.0 • Published 9 years ago

react-image-revolver v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

react-image-revolver

Revolve through an array of images

Installation

npm install react-image-revolver --save

Usage

var Revolver = require('react-image-revolver');

React.render(Revolver({
  images: [ '/img1.jpg', '/img2.gif', '/img3.png' ],  // array of img urls
  interval: 1000 // cycle interval in ms
}, document.body);
1.0.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago