jxlagbh360
jxlagbh360
   you can use it as this to slove this problem.
> ``` > const [swiper, setSwiper] = React.useState(null); > > const nexto = () => { > swiper.slideNext(); > }; > return ( > > spaceBetween={50} > slidesPerView={1} > onSwiper={(s)...