Skip to content

Email field

Email field

Usage

An email field is a specialized input field designed to capture and validate email addresses. It ensures that users enter a valid email format and is commonly used in forms for registration, subscriptions, and communication.

Import

js
import { MtEmailField } from "@shopware-ag/meteor-component-library";

Example