[![Inactively Maintained](https://img.shields.io/badge/Maintenance%20Level-Inactively%20Maintained-yellowgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

# react-carousel-card-3d

A 3D Carousel component built with [React](https://reactjs.org/).

## Example

[![Edit react-carousel-card-3d-example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/Zinan-Zhang/react-carousel-card-3d-example)

## Installation and usage

Install it via npm:

```
npm i react-carousel-card-3d
```

or yarn:

```
yarn add react-carousel-card-3d
```

Then import the Carousel component like so :

```
import { Carousel } from 'react-carousel-card-3d';
```
