1.1.5 • Published 8 years ago

uinz-slider v1.1.5

Weekly downloads
7
License
ISC
Repository
github
Last release
8 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

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago