Skip to content

Most modern mobile touch slider with hardware accelerated transitions

License

Notifications You must be signed in to change notification settings

moyus/swiper-lite

 
 

Repository files navigation

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

About

Most modern mobile touch slider with hardware accelerated transitions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 5.8%
  • HTML 0.9%