DEV Community

Discussion on: Customizing Swiper.js prev/next arrow buttons and pagination bullets in React

Collapse
 
ivadyhabimana profile image
Ivad Yves HABIMANA

Hi @forestdean I think that's possible. You can actually control the slider programmatically by using the swiper.slideNext() and slider.slidePrev() and many other methods.
Here is the link to the the methods in the Swiper API swiperjs.com/swiper-api#method-swi...