Install it by - npm install --save react-touch-carousel
See some example code in the '/examples' dir at GitHub. And you can run and play with the code after cloning it, by - npm install - npm run dev - open localhost:5000
react-touch-carousel is released under MIT license
react-touch-carousel only handles the trouble parts, i.e. - touch gestures parsing - scroll cursor rounding and modding - items padding and looping - auto playing
It is left up to you to - decide the carousel structure - render each item in the carousel - style everything - add some fancy decorators like dots
Install it by - npm install --save react-touch-carousel
See some example code in the '/examples' dir at GitHub. And you can run and play with the code after cloning it, by - npm install - npm run dev - open localhost:5000
react-touch-carousel is released under MIT license
react-touch-carousel only handles the trouble parts, i.e. - touch gestures parsing - scroll cursor rounding and modding - items padding and looping - auto playing
It is left up to you to - decide the carousel structure - render each item in the carousel - style everything - add some fancy decorators like dots
Install it by - npm install --save react-touch-carousel