1.0.4-0 • Published 4 years ago

react-circular-carousel v1.0.4-0

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

react-circular-carousel

react-circular-carousel

NPM JavaScript Style Guide

Install

npm install --save react-circular-carousel

Usage

import React, { Component } from 'react'

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

class Example extends Component {
  render() {
    return (
      <Carousel height={25} width={25} id={0}>
        <div>1</div>
        <div>1</div>
        <div>1</div>
        <div>1</div>
        <div>1</div>
      </Carousel>
    )
  }
}

License

MIT © Joshuaasare

1.0.4-0

4 years ago

1.0.3-0

4 years ago

1.0.1-0

4 years ago

1.0.2-0

4 years ago

1.0.0

4 years ago