Range input component. Used to display a draggable slider.
Works very similar to the <input type="range">
element.
The VOnsRange
component is used to display a slider.
There are several props that can be used to customize the behavior of the element. Most of these props come from the original attributes for <input type="range">
element.
To set the maximum and minimum and maximum value the min
and max
props are used. The step
prop can be used to change how much the value changes every step.
The element can be disabled using the disabled
prop.
Name | Description |
---|---|
material | Material Design slider |
Name | Description |
---|---|
update:modelValue | Fired right after the event set in the modelEvent prop. |
Fired right after the event set in the modelEvent prop.
Name | Type | Description |
---|
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.