useSwiper
autoplayBoolean
centeredSlidesBoolean
If true the swiper will begin at the middle
durationnumber
firstSlideToShownumber
Won't be used if centeredSlides is true
fullWidthBoolean
idstring
loopBoolean
slidesPerView{ desktop: number; mobile: number; tablet: number; }
Number of slides to show per view
spaceBetweennumber
Space between each slides
withDarkUIBoolean
Use black colors for the pagination and arrows in case of slides too bright
withPagination{ desktop: boolean; mobile: boolean; }
Show bottom pagination on mobile/tablet or/and desktop
Swiper
store{ autoplay: boolean; centeredSlides: boolean; currentPage: number; currentSlidesPerView: number; duration: number; firstSlideToShow: number; fullWidth: boolean; id: string; navigationSize: "lg" | ... 2 more ... | "xs"; ... 11 more ...; withPagination: { ...; }; }