0
I want to customize the Arrows of Swiper, but I found nothing in the documentation.
This is the code of my navigation:
const params = {
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
slidesPerView: 7,
spaceBetween: 5,
shouldSwiperUpdate: true,
pagination: {
clickable: true,
},
};
And you’re showing it that way:
I need to change the color of Arrow, and its size. I wanted to use style={{}}, or Styled.Component.
Are you using the https://swiperjs.com/react? library If not, please send the link?
– Fonts
Sure, I’m using this one https://swiperjs.com/react/
– harriet