Slider
A horizontal slider for editing numeric values.
Slider supports the
v-model
directive.type: Number
The minimum value of the slider.
type: Number
The maximum value of the slider.
type: Number
The current value of the slider.
Emitted when the current value is changed. The current value is passed as an argument.
<Slider min="0" max="100" v-model="slider"/>
Last modified 5yr ago