Seats
seats.tsx
<NumberInput
label="Seats"
defaultValue={12}
min={1}
max={50}
step={1}
/>The NumberInput component captures numeric values with optional min, max, step, and increment controls.
<NumberInput
label="Seats"
defaultValue={12}
min={1}
max={50}
step={1}
/>