1.1.5 • Published 9 years ago

uinz-slider v1.1.5

Weekly downloads
7
License
ISC
Repository
github
Last release
9 years ago

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

demo

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