Vuido
GitHub
Search…
About Vuido
Introduction
Installation
Usage
Packaging
Built-in Components
Window
Containers
Widgets
Area
Button
Checkbox
ColorButton
Combobox
DatePicker
DateTimePicker
DropdownList
FontButton
ProgressBar
RadioButtons
Separator
Slider
Spinbox
Text
TextArea
TextInput
TimePicker
Powered By
GitBook
Spinbox
An input widget for editing numeric values.
Spinbox supports the
v-model
directive.
Attributes
min
type: Number
The minimum value of the spin box.
max
type: Number
The maximum value of the spin box.
value
type: Number
The current value of the spin box.
Events
change
Emitted when the current value is changed. The current value is passed as an argument.
Example
1
<
Spinbox
min
=
"
0
"
max
=
"
100
"
v-model
=
"
spinbox
"
/>
Copied!
Previous
Slider
Next
Text
Last modified
4yr ago
Copy link
Contents
Attributes
min
max
value
Events
change
Example