react-component-carousel
v1.0.6
Published
React component to create a carousel of images and video
Downloads
5
Readme
The problem
Want a carousel component written using React hooks for a project. Want styles to be included in the module bundle.
This solution
Converted from the original using React hooks for state.
Table of Contents
- Installation
- Usage
- Props
- Control Props
- Child Callback Function
- Examples
- FAQ
- Inspiration
- Other Solutions
- Contributors
- LICENSE
Installation
This module is distributed via npm which is bundled with node and
should be installed as one of your project's dependencies
:
npm install --save react-component-carousel
Usage
// TODO
Inspiration
Re-written from react-image-gallery
using React hooks. The original is the way you should go, since it handles some edge cases not addressed here yet.
Other Solutions
Contributors
Thanks goes to these people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome! Create a fork for feature requests (sometimes considered).
LICENSE
MIT