Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 834 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 834 Bytes

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