1.0.0 • Published 4 years ago

img-iframe-carousel v1.0.0

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

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