svelte-swiper
svelte-swiper copied to clipboard
Results
4
svelte-swiper issues
Sort by
recently updated
recently updated
newest added
@patricknelson I was trying to use the svelte-swiper and it's not showing anything. I see the referenceError in the console.
Hi, the "Swiper instance" example didn't work for me: ```html import { Swiper, SwiperSlide } from 'svelte-swiper'; let mySwiper; function slideTo () { mySwiper.slideTo(5); } slideTo ``` When I copied...