0.1.5 • Published 7 years ago

react-drag-slider v0.1.5

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

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago