--- title: Range Sldier layout: nested-component.html github: components/forms/range-slider.html ---

Range Slider noUiSlider

The slider works by "enhancing" the <input type="range> element. Supported attributes:

Attribute Description
val The initial value of the input
min The minimum amount selectable
max The maximum amount selectable
step The amount to increase the value by
disabled Makes the input read-only

Using all attributes but disabled

Loading...

NYI

Disabled Range slider

Loading...

NYI