Swiper Navigation custom next and prev icon not working .It show default icon. #7117
Unanswered
kmt-igsdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<button className="swiper-button-next" onClick={()=>swiperRef.current.swiper.slideNext()}><TfiArrowCircleRight/></button> <button className="swiper-button-prev" onClick={()=>swiperRef.current.swiper.slidePrev()}><TfiArrowCircleLeft /></button>
Beta Was this translation helpful? Give feedback.
All reactions