wj-carousel
v0.0.1
Published
npm install wj-carousel
Downloads
11
Readme
1. install
npm install wj-carousel
2. 导入
import Carousel from 'wj-carousel';
3. props
props = {
width: 750,
height: 400,
sideScale: 0.8,
pageMargin: 20,
dragPlay: true,
autoPlay: true,
duration: 450,
delay: 3000,
onChangeStart: () => {},
onChangeEnd: () => {},
}