npm.io
1.0.1 • Published 9 years ago

swiper22

Licence
ISC
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
2

swiper

a simple swiper for vue

install

npm install banner-swiper --save-dev

usage

import Vue from 'vue'
import Swiper from 'banner-swiper'

new Vue({
  el: 'body',
  components: {Swiper}
});



<swiper>
  <div class="swiper-item">1</div>
  <div class="swiper-item">2</div>
  <div class="swiper-item">3</div>
</swiper>

API

Name default description
loop ture auto play
speed 3000 the speed of playing
showIndicators ture show this indicators
height 250px define div height
indicatorType 1 define indicator position

for example

set the height of swiper to 540px and set the indicatorType to the lower right corner

the indicatorType's default is in the middle