Email API
Returns email representation. Example first_last@domen.com
Import​
import Email from "@tlgr/fmt/react/email";
// or
import { Eommand } from "@tlgr/fmt/react";
Props​
Name | Type | Default | Description |
---|---|---|---|
name | string | Required for domen. Email name with last name. E.g. fist_last | |
domen | string | Required for name. Email domen. E.g. example.com | |
string | Required if name and domen is not provided. full email representation. E.g. first_last@example.com |