A labeled text input component for forms.
Input props including label and standard input attributes
A labeled input field
Integrates with GenericFormWrapper for form state preservation. Automatically restores value on form errors.
<FormInput label="Email" htmlFor="email" name="email" type="email" required/> Copy
<FormInput label="Email" htmlFor="email" name="email" type="email" required/>
GenericFormWrapper for form integration
A labeled text input component for forms.