react-slider-3d
v0.1.2
Published
Beautiful, flexible and touch supported 3D for React.
Downloads
27
Maintainers
Readme
react-slider-3d
Inspired from vue-carousel-3d
The repository is back in action. I'll try to keep it updated and to merge pull requests occasionally. Also, some new features are coming soon.
Feel free to submit issues and feature requests here.
Installation
npm install --save react-slider-3d
Exports
Include the react-slider-3d
into your component using import:
import { Slider3D } from 'react-slider-3d';
Usage
View the Demo and its source for more.
Development
Want to run demo locally
git clone https://github.com/danh20051995/react-slider-3d
cd react-slider-3d
npm install
npm run start
open http://localhost:3000
License
This project is licensed under the MIT License - see the LICENSE.md file for details.