https://github.com/a-m-dev/react_draggable_carousel
React Draggable Carousel
https://github.com/a-m-dev/react_draggable_carousel
carousel react reactjs
Last synced: about 1 month ago
JSON representation
React Draggable Carousel
- Host: GitHub
- URL: https://github.com/a-m-dev/react_draggable_carousel
- Owner: a-m-dev
- Created: 2019-02-18T02:08:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T02:18:25.000Z (over 7 years ago)
- Last Synced: 2025-04-19T09:44:52.273Z (about 1 year ago)
- Topics: carousel, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React_draggable_carousel
this is a simple draggable carousel that i built it for fun, and it works as well as hell
since react-slick pkg from npm does not supports reponsiveness in defferent device width (b/c you need to have fixed items width for each and by that in smaller devices items with fixed sizes fall on top of each other), i built this just for that purpose.
im my carousel the **width of parent element that wraps around items is matters** and you can change it in different screen sizes not with js(like react-slick), within your css codes
## DEMO
https://codesandbox.io/s/github/a-m-dev/React_draggable_carousel/tree/master/