Input Number
Numeric input with increment/decrement buttons. Use for quantities and bounded numbers. For unstyled number entry, use Input type="number".
Default
Bound with v-model. Use min, max, decimal to constrain.
With bounds
min, max, and decimal constraints.
Decimal
Pass decimal to allow a fractional part.