0.1.0 • Published 5 years ago

@indlekofer/react-slider v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@indlekofer/react-slider

npm version

https://indlekofer.github.io/react-slider/demo/

Props

value: number
min: number
max: number
step: number
onChange: function
name: string
style: object
BackgroundElement: function|class background style element
RangeElement: function|class slider range style element
HandleElement: function|class handle style element

exports

BackgroundElement

Props

height: number
colors: array0-3 the 4 used colors as strings

RangeElement

Props

height: number
colors: array0-1 the 2 used colors as strings

HandleElement

Props

style: object