Swiper
Default
Navigation
Pagination
Progress
Scrollbar
Vertical
Nested
Autoplay
Thumbs Gallery
-
Uses Instruction
-
Swiper is delivered primarily via npm.
npm i swiper -
Add the following line into the <head> of
each template or page that you want to use swiper on.
<!-- Swiper CSS --> <link rel="stylesheet" href="./../assets/vendors/swiper/swiper-bundle.min.css"> -
Add the following lines before the
<body> of each template or page that you
want to use swiper on.
<!-- Swiper JS --> <script src="./../assets/vendors/swiper/swiper-bundle.min.js"></script> <!-- Swiper Initialize JS --> <script src="./../assets/js/components/extended/swiper-init.min.js"></script> - For full documentation please visit the link: https://swiperjs.com/