Widget: Multirange

Example

Search for house by price

Details

How to Use:

minValue
The lowest value your slider can represent.
maxValue
The highest value your slider can represent.
initialValue
The initial value of your slider.
stepSize
The value by an integer multiplication of which your slider's value can change.
label
An accessible label for your slider.
orientation
Your slider's orientation. Can be either 'horizontal' or 'vertical'.
classes
Additional classes to add to your slider.
labelFromValue
A function for computing aria-valuetext from the value of your slider.