Swiper

Swiper is the most modern mobile touch slider and framework with hardware accelerated transitions. It offers optimized sliding capabilities for responsive websites and mobile applications, enhancing user interfaces.

Latest Ver 11.0.5
Homepage
Github
0
40,880
A Dazzling Variation at Your Fingertips
Create a smooth and engaging web experience with Swiper.
Swiper is a modern touch slider library for enhancing user interfaces in mobile and web applications.
License: (GPL OR MIT)
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.js
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js.map
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.mjs
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.mjs.map
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.mjs

Sample Code

⚠️ Some code, including import statements, may not run properly on jsFiddle. If it fails to execute, please copy the code and try it in your own environment.
📄 HTML
<div class='swiper-container'>
  <div class='swiper-wrapper'>
    <div class='swiper-slide'>Slide 1</div>
    <div class='swiper-slide'>Slide 2</div>
    <div class='swiper-slide'>Slide 3</div>
  </div>
  <!-- Add Pagination -->
  <div class='swiper-pagination'></div>
  <!-- Add Navigation -->
  <div class='swiper-button-prev'></div>
  <div class='swiper-button-next'></div>
</div>

🎨 External CSS
<link href="https://unpkg.com/swiper/swiper-bundle.min.css" rel="stylesheet">

🧩 External JS
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>

⚙️ JavaScript
var swiper = new Swiper('.swiper-container', {
  spaceBetween: 30,
  centeredSlides: true,
  autoplay: {
    delay: 2500,
    disableOnInteraction: false,
  },
  pagination: {
    el: '.swiper-pagination',
    clickable: true,
  },
  navigation: {
    nextEl: '.swiper-button-next',
    prevEl: '.swiper-button-prev',
  },
});
⚡ Top Tools for Developers
Text Compare

Text Comparison

Easily spot the differences between two texts.

Favicon Generator

Favicon Generator

Quickly and easily generate favicons.

Lorem Ipsum Generator

Lorem Ipsum Generator

Generate placeholder text for your designs.

Character Counter

Character Counter

Check character and word count in real time.

SRT ↔ SMI

SRT ↔ SMI Converter

Easily convert between subtitle formats.

Text Extract(OCR)

Image Text Extractor

Automatically extract text from images.