1.1.5 • Published 9 years ago
uinz-slider v1.1.5
simple react images slider component
npm install uinz-slider
import Slider from 'uinz-slider'
const demo = props => {
const images = [
'http://static.bootcss.com/www/assets/img/opencdn.png',
'http://static.bootcss.com/www/assets/img/gulpjs.png',
'http://static.bootcss.com/www/assets/img/flat-ui.png',
]
return (
<Slider images={images} auto={ture} autoTime={1000}/>
)
}
props | 效果 | default |
---|---|---|
auto | 自动轮播 | false |
autoTime | 自动轮播间隔 | 3000 |
rate | 势能比,越小越容易滑动 | 0.5 |
TODO
- 相关自定义参数
1.1.5
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.13
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago