akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.76k stars 2.11k forks source link

useRef multiple sliders #1694

Open vispaduchuri opened 4 years ago

vispaduchuri commented 4 years ago

Hi, I'm using a functional component to display the slider, adding a scroll event listener and calling the slickNext or slickPrev based on some conditions, my issue is that all the sliders getting effected. is there is a way to only move content in one slider and not all using the event listeners?

AnaLaura-cellardoormedia commented 10 months ago

Maybe you can use some of the solutions in https://github.com/akiran/react-slick/issues/1747