react-carousel
General purpose carousel component
Properties
Example
git clone git@github.com:applaudience/react-carousel.git
cd ./react-carousel/example
npm install
npm start
Developing Example
For making changes in the component and checking them in development, you can run the example in dev mode. Dev mode assume you have exactly same directory structure for example and src directories's location as this repo. In dev mode, we add the component as an alias in webpack which allow us to check the changes instantaneously.
git clone git@github.com:applaudience/react-carousel.git
cd ./react-carousel/example
npm install
npm run dev