react-touch-carousel
react-touch-carousel copied to clipboard
Ultra-customizable carousel framework for React.JS
``` `import React from 'react'; import './Projects.css'; import TouchCarousel from 'react-touch-carousel' const Projects = () => { const myProjects = [ { image: require('../assets/budget.png'), title: 'Budget App', description: 'A budget...
Hi everyone, I develop a pwa and i meet a problem with the prev and next function from carousel, i have this issue when i call them.  from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.3 to 3.9.7. Release notes Sourced from vm2's releases. 3.9.7 Fixes b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7:...
Resolves #39 Preview of the UI 
I would like to work on the UI for the demo site. Improve visibility and contract especially for the main page.
what is getCursor() in const cursor = this.carousel.getCursor() line code? carousel not define in page and after swipe show up this error Cannot read properties of undefined (reading 'getCursor')
This is what I have searched for a long time! Awesome! And any thoughts on add scroll events?
Hi, I was really looking forward to using this plugin instead of my selfmade piece of garbage that I produced. However, a bug in `react-spring` v8 is triggering compiler errors...
Hello! How we can control scroll speed? Is there such the prop maybe?