Skip to content

Joshuaasare/react-circular-carousel

Repository files navigation

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

About

A 3D react carousel with circular arrangement of items

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published