easy-forms
Form components

Email

Email input with built-in email validation.

Stores a string. Pair with the email validator.

Preview
Live

Options

PropTypeDefaultDescription
placeholderstringPlaceholder text.

Validators

required, email, minLength, maxLength, pattern, and custom. Use a custom or async validator to check uniqueness against your backend — see Custom & async validation.

On this page