Basic Usage
States
Usage
An email field with an envelope icon and native browser validation via type="email".
@forms.EmailInput(forms.EmailInputProps{
Label: "Email",
Name: "email",
Placeholder: "you@example.com",
Required: true,
})