NumberInput
Numeric input field with min, max, and step constraints.
Quantity Selector
Product quantity for e-commerce carts.
1 items
Age Input
Age field with min/max validation.
25 years old
Seat Reservation
Reserve seats with step increment.
2 seats
Temperature
Thermostat control with degree values.
72F
In a Form
Number inputs in a shipping/order form context.
Configuration
System configuration with various numeric fields.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | text | "" | Label text above input |
bind | binding | - | Two-way data binding |
placeholder | text | "0" | Placeholder text |
min | text | "" | Minimum allowed value |
max | text | "" | Maximum allowed value |
step | text | "1" | Step increment |