Class: Slider

Slider~Slider

Slider React component

Constructor

new Slider(props)

Parameters:
Name Type Description
props Object React component props
Source:

Extends

  • React.Component

Members

(static) propTypes

Accepted propTypes of Slider
Properties:
Name Type Description
ariaLabelledby function
className function
maxValue function
minValue function
onSliderKeyDown function
onSliderMouseMove function
percentage function
type function
value function
Source:

Methods

handleClick(event)

Handle any click event received by the component
Parameters:
Name Type Description
event SyntheticEvent User event
Source:

handleKeyDown(event)

Handle any keydown event received by the component
Parameters:
Name Type Description
event SyntheticEvent User event
Source:

handleMouseDown()

Handle any mousedown event received by the component
Source:

handleMouseMove(event)

Handle any mousemove event received by the component
Parameters:
Name Type Description
event SyntheticEvent User event
Source:

handleMouseUp()

Handle any mouseup event received by the component
Source:

handleTouchEnd()

Handle any touchend event received by the component
Source:

handleTouchMove(event)

Handle any touchmove event received by the component
Parameters:
Name Type Description
event SyntheticEvent User event
Source:

handleTouchStart(event)

Handle any touchstart event received by the component
Parameters:
Name Type Description
event SyntheticEvent User event
Source:

render() → {string}

Render method of the component
Source:
Returns:
Component JSX
Type
string