react-circular-carousel

1.0.4-0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i react-circular-carousel

Weekly Downloads

54

Version

1.0.4-0

License

MIT

Unpacked Size

105 kB

Total Files

7

Last publish

Collaborators

  • joshuaasare