akiran / react-slick

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

I am using react slick slider on click on colors i have i want to change the image of carousel #2321

Closed sahilbisht0602 closed 8 months ago

sahilbisht0602 commented 8 months ago

Screenshot 2024-01-06 at 10 54 07 PM

you can refer above image if user clicks on red color the car change to red color car image and same goes with other. how to achieve this. i am not able to change the active index

akiran commented 8 months ago

You can use custom paging feature https://react-slick.neostack.com/docs/example/custom-paging You can use CSS to place the dots at required position.

If the custom paging doesn't work for your use case, you can try slickGoTo https://react-slick.neostack.com/docs/example/slick-go-to