Range Slider

A slider for picking a single value or a min/max range, with stepped values, tooltips, and full keyboard control.

Dual Handle

Price Range

Props

The available data properties for this component.

Property Default Description
min0The minimum value of the slider
max100The maximum value of the slider
step1The increment between selectable values
rangefalseIf set to 'true', the slider uses two handles to pick a min/max range
value40The current value when 'range' is set to 'false'
minValue25The current lower bound when 'range' is set to 'true'
maxValue75The current upper bound when 'range' is set to 'true'
showTooltiptrueSets the visibility of the value tooltip above each handle
prefix''Text prepended to the displayed value, for example '$'
suffix''Text appended to the displayed value, for example '%'
label''The text label shown above the slider

About this component