v14.2.0

Playroom

Github

RangeSlider

View Source

Allow the user to specify a numeric value which must be no less than a minimum value and no more than a maximum value. Composes Box.

50

Copy
Edit
Copy
Edit

Props

valuenumber

The current value of the slider.

minnumber

Minimum number that can be selected. Defaults to 0.

maxnumber

Maximum number that can be selected. Defaults to 100.

stepnumber

Specifies the size of each movement when incrementing/decrementing the value. Defaults to 1.

onChangeFunction

Called with the new value when dragging, clicking, tapping, or using a keyboard.

variantsignature
track:Object
progress:Object
thumb:Object

Provides the ability to change styles used throughout the RangeSlider component.

  • Props
PreviousRadioNextSelect