EmailInput
- React
To implement EmailInput component into your project you'll need to add the import:
import { EmailInput } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<EmailInput label="Label" data-testid="emailInput" />