🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

uinz-slider

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uinz-slider

simple image slider react componet

1.1.5
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

  • 相关自定义参数

Keywords

slider

FAQs

Package last updated on 10 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts