akiran / react-slick

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

dots #2314

Closed James4518 closed 5 months ago

James4518 commented 6 months ago

const settings = { dots: true, infinite: true, speed: 500, slidesToShow: 1, slidesToScroll: 1 };

When I change the css on the original basis, see: viewfile

try to flex,but: viewfile(2)

James4518 commented 6 months ago

I mean: if dots scroll past 7, then you won't be able to see it。For users, dots disappear out of thin air!

akiran commented 5 months ago

I couldn't understand issue. Are you using multiple sliders? Please re-open the issue with codesandbox to replicate the issue