--- title: Range Sldier layout: nested-component.html github: components/forms/range-slider.html ---
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 |
Loading...
NYI
Loading...
NYI