Variable: NumberInput
constNumberInput:ForwardRefExoticComponent<NumberInputProps&RefAttributes<InputRefType>>
Defined in: components/Form/NumberInput/index.tsx:41
Component
NumberInput
Description
A number input component for forms with validation and custom styling.
Param
The component props.
Param
The forwarded ref to the input element.
Returns
The rendered NumberInput component.
Example
<NumberInput label="Quantity" name="quantity" min={0} step={1} />