Number Input
Input of single numbers pleasant to the user and practical.
Default
If you need to add a component that only handles the data of type number add a component vs-input-number
.
Color
You can change the color of the ** Input-Number ** with the property vs-color
, the color can be one of the main ones like:primary
, success
,danger
, warning
,dark
or RGB, HEX.
WARNING
Only RGB and HEX colors are supported.
Min - Max
You can restrict the maximum number or the minimum with the properties vs-min
, vs-max
.
Size
To change the size of Component you can use the property vs-size
, the allowed values are: medium
, small
, mini
.