How to get current index of the carousel when the swipe event occurs – react slick
Advertisements I had some problems with customizing the library dots, so I’m creating one manually. I’m trying to get the current index of the carousel when the swipe event occurs. I tried the onSwipe props, but it just returns the swipe direction My Slider component: export function PromotionalCarousel({ infinite = false, speed = 500, slidesToShow,… Read More How to get current index of the carousel when the swipe event occurs – react slick