Spinbox
Last updated
An input widget for editing numeric values.
Spinbox supports the v-model directive.
type: Number
The minimum value of the spin box.
type: Number
The maximum value of the spin box.
type: Number
The current value of the spin box.
Emitted when the current value is changed. The current value is passed as an argument.
Last updated
<Spinbox min="0" max="100" v-model="spinbox"/>