Skip to content
Discussion options

You must be logged in to vote

Maybe try adding navigation="true" to your swiper-container

 <swiper-container
      ref={swiperElRef}
      slides-per-view="1"
      navigation="true"
    >
      {props.urls && props.urls.map((url) => {
        return <swiper-slide><img src={url} /></swiper-slide>
      })}
    </swiper-container>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by greenpau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants