0.1.5 • Published 8 years ago

react-drag-slider v0.1.5

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

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago