About 22,300 results
Open links in new tab
  1. How to use swiper 9 with angular - Stack Overflow

    Feb 2, 2023 · I'm actually migrating to Angular 15 and saw that swiper 9 was out. It's written that a simple npm i swiper and that it should work, since Custom elements are supported in all major …

  2. Swiper in Angular 17 - Stack Overflow

    Jan 23, 2024 · The ngx-swiper-wrapper package you tagged was deprecated because Swiper started supporting Angular directly. Looks like Swiper for Angular was removed in v9 and they recommend …

  3. How to customize arrow buttons in Swiper - Stack Overflow

    For anyone looking to change the color etc of various buttons etc for Swiper, be sure to inspect the CSS of what you are trying to change and see if the property you are trying to change is using a CSS …

  4. Swiper continous loop without pause between sliding

    May 23, 2022 · 10 I'm using this kind of configuration for swiper: var swiper = new Swiper('.swiper-container', { spaceBetween: 30, slidesPerView: 3, speed: 2500, centeredSlides: true, autoplay: 1000, …

  5. How can I have multiple Swiper slideshows on a single page?

    Aug 20, 2015 · 33 I'm using Swiper Slideshow. I'm using this particular version. Here's the exact code I'm using. When adding a second Swiper, the pagination doesn't work properly. I tried giving a …

  6. javascript - Swiper js autoplay slider - Stack Overflow

    Mar 17, 2020 · I'm having autoplay Swiper js slider, which by default displays one slide at a time, I need to display three slides (or images) at a time, would you please advise me how to adjust it. <!-- Swi...

  7. reactjs - Swiper React | How to create custom navigation/pagination ...

    Sep 28, 2020 · Provides guidance on creating custom navigation and pagination components using Swiper React.

  8. How to use useSwiper outside a Swiper instance? - Stack Overflow

    Mar 25, 2022 · I'm using Swiper for React to show some slides. I'm stuck at using external buttons to navigate between slides (previous and next). Swiper has a useSwiper hook that can provide …

  9. SlideChange (Swiper) event is not functional - Stack Overflow

    Nov 28, 2024 · I have the following situation: I'm trying to use the Swiper library to change pictures as a carousel. I'm using Angular 16 (I will soon upgrade to v18) and the latest version of Swiper. When …

  10. Module not found: Can't resolve 'swiper/css' - Stack Overflow

    Sep 12, 2021 · If you are using Swiper with create-react-app, their docs mention something about imports regarding Swiper & create-react-app. This is the reason why others have suggested different …