0.1.5 • Published 6 years ago

react-drag-slider v0.1.5

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

react-drag-slider

npm i --save react-drag-slider

##Props

  • width (number) - width of slider
  • barElement (React.Element) - bar content
  • barSize ({width, height}) - bar sizes

##Usage

<ReactDragSlider width={500} barElement={<img src="http://placehold.it/50x20" alt="bar"/>} barSize={{width: 50, height: 20}}>
  <img src="http://placehold.it/400x400" alt=""/>
  <img src="http://placehold.it/400x400" alt=""/>
  <img src="http://placehold.it/400x400" alt=""/>
  <img src="http://placehold.it/400x400" alt=""/>
  <img src="http://placehold.it/400x400" alt=""/>
  <img src="http://placehold.it/400x400" alt=""/>
</ReactDragSlider>
0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago