A labeled file input component for forms.
File input props including label and standard input attributes
A labeled file input field
Provides a styled file upload field. Note: File inputs don't preserve values on form errors due to browser security.
<FormFileInput label="Upload Image" htmlFor="image" name="image" accept="image/*" required/> Copy
<FormFileInput label="Upload Image" htmlFor="image" name="image" accept="image/*" required/>
A labeled file input component for forms.