YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.3k stars 293 forks source link

Fix: Arrow apear when the number of slide is same as the slidesToSlide value #451

Open NeerazBhat opened 2 months ago

NeerazBhat commented 2 months ago

Describe the bug If I've set a value items: 6, the arrow shouldn't be visible when the number of slide is 6 because the arrow will repeat the same slide which is irrelevant.

Expected behavior The arrow should be hidden if number of slide match the value of items

Reproduction Link to codesandbox. https://codesandbox.io/p/sandbox/image-slider-ewphf