A
Accueil > Components > EmailInput

EmailInput

Input email brut (sans label). Clavier email, lowercase automatique.TagsuiExemples1StylesDisponibles
Default
export const Default = () => (
<Box display="flex" flexDirection="column" gap={24}>
<EmailInput placeholder="jean@exemple.fr" />
<EmailInput placeholder="jean@exemple.fr" value="jean@exemple.fr" />
<EmailInput placeholder="jean@exemple.fr" editable={false} />
</Box>
);
Alveole UI Kit — v1.8.4