maxmarinich / react-alice-carousel

React responsive component for building content galleries, content rotators and any React carousels
MIT License
843 stars 92 forks source link

Stop auto slide after clicked item? #217

Closed khanitnanj closed 2 years ago

khanitnanj commented 2 years ago

when has 10 items the first 5 items will auto slide if I clicked item 2, 3, 4

Can I make it stop?

maxmarinich commented 2 years ago

Hi, @khanitnanj! Please provide a code sample and explain the issue. Also look live samples.

khanitnanj commented 2 years ago

You can use this code

https://maxmarinich.github.io/react-alice-carousel/#custom-components

I've try the first one

In Thumbnail images if clicked on image number 2, the slide shouldn't move. I would like to change the thumbnail slide manually.

Can I do that?

maxmarinich commented 2 years ago

Yes you can. The lib has extensive capabilities and highly configurable properties. Please use last if the live samples not cover your issue.