swiper-lite

Most modern mobile touch slider and framework with hardware accelerated transitions

Usage no npm install needed!

<script type="module">
  import swiperLite from 'https://cdn.skypack.dev/swiper-lite';
</script>

README

Swiper Lite

This is a lite edition of Swiper 4, which aims at modern mobile device and simple use cases.

By removing unnecessary modules, the size of lite edition reduce from 264kb to 171kb.

Install

npm install --save swiper-lite
// in your javascript
import Swiper from 'swiper-lite'

Whats removed?

  • virtual slide module removed
  • keyboard module removed
  • mousewheel module removed
  • navigation module removed
  • scrollbar module removed
  • zoom module removed
  • lazy module removed
  • a11y module removed
  • history module removed
  • hash-navigation module removed
  • effect-cube module removed
  • effect-flip module removed
  • grabCursor feature removed
  • breakpoints feature removed