This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-image-whirler

1.1.1 • Public • Published

react-image-whirler

A package that makes building beautiful image carousels incredibly easy.

NPM JavaScript Style Guide

Install

npm install --save react-image-whirler

Usage

import React, { Component } from 'react'

import { Carousel } from 'react-image-carousel'
import 'react-image-carousel/dist/index.css'

const App = () => {

  const config = {
    showTabs: true,
    loop: false,
    auto: false,
    animationType: 'fade'
  }

  return (
    <Carousel>
      <Carousel.Image src={"http://placekitten.com/200/300"}>
      <Carousel.Image src={"http://placekitten.com/200/301"}>
    </Carousel>
  )
}

License

MIT © Srijan1878

Package Sidebar

Install

npm i react-image-whirler

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

41.5 kB

Total Files

7

Last publish

Collaborators

  • srijan1878