Version: 4.xx.xx
Swizzle Ready
This field is used to display the email values. It uses the <Link>
component of <Typography>
from Material UI.
Swizzle
You can swizzle this component with the refine CLI to customize it.
Usage
Let's see how we can use <EmailField>
with the example in the user list:
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.