Version: 3.xx.xxSwizzle Ready
This field is used to display email values. It uses the <Link>
component of <Typography>
from Material UI.
Swizzle
You can swizzle this component to customize it with the refine CLI
Usageβ
Let's see how we can use <EmailField>
with the example in the user list.
http://localhost:3000/posts
tip
<EmailField>
uses "mailto:" in the href prop of the <Link>
component. For this reason, clicking <EmailField>
opens your device's default mail application.
API Referenceβ
Propertiesβ
External Props
It also accepts all props of Material UI Link.