crash-swiper
v1.1.1
Published
使用原生js编写的轮播图组件 演示链接: [Demo](https://maxw2.github.io/crash-swiper/)
Readme
crash-swiper
使用原生js编写的轮播图组件 演示链接: Demo
Installation
npm i crash-swiperUsage
import CSwiper from 'crash-swiper'
let swiper = new CSwiper(el,option)
option
| key | value | type | |:----- | :--------------------------- |:-----| |imgList | ['./img1.jpg','./img2.jpg'] |array | |type | {rows:number,cols:number} |object|
