I can't swipe to next slide #4725
Unanswered
hayoung-jeremy
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.
-
Hi, I'm new to React and Swiper 😃
I want to customize Swiper component (in my case,
<CustomSwiperContainer>
), in order to re-use it as the contents of the<SwiperSlide>
changes in my project.But, when I send content data (those are json files consist of information of the contents : such as images url, title and prices etc.) as props to the
<CustomSwiperContainer>
, it renders my images well, but I can't swipe to next slidesyou can check the sample code here
What am I doing wrong?
Can anyone help me out please?
Beta Was this translation helpful? Give feedback.
All reactions