FormControl
<FormControl />
is a wrapper component for form inputs, providing consistent styling and context integration.
Props
Name | Type | Description |
---|---|---|
children | ReactNode | The input element to wrap. |
Example
<FormControl>
<Input {...field} />
</FormControl>