Skip to main content

Email API

Returns email representation. Example first_last@domen.com

added in 1.5.0

Import​

import Email from "@tlgr/fmt/react/email";
// or
import { Eommand } from "@tlgr/fmt/react";

Props​

NameTypeDefaultDescription
namestringRequired for domen. Email name with last name. E.g. fist_last
domenstringRequired for name. Email domen. E.g. example.com
emailstringRequired if name and domen is not provided. full email representation. E.g. first_last@example.com