Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

img-iframe-carousel

jip686602MIT1.0.0

readme

img-iframe-carousel

NPM JavaScript Style Guide

Install

npm install --save img-iframe-carousel

Usage

import React, { Component } from 'react'

import Carousel from 'img-iframe-carousel'

class Example extends Component {
  render () {
  var images = [image1, image2, image3, image4]
    return (
      <Carousel 
        images={ images } 
        width={ 300 }   //default: px
        height={ 200 }  //default: px
      />
    )
  }
}

License

MIT © jip68660