react-carousel-3d
v0.1.0
Published
A React component to display elements in a carousel with 3D animations
Readme
This component displays an array of react elements in a carousel with 3D animations.
Installation
npm i -S react-carousel-3d
import Carousel3D from 'react-carousel-3d'
Props
| Prop | Description | | --- | --- | | elements | An array or React elements to display in the carousel | | backgroundColor | The background color of the carousel |
