I want the Lightning component, whenever I click on an Email, navigate to default email address such as Outlook/Gmail along with to address as the Email Id.
Try this Code:
<div class="">
<lightning:card title="">
<div style="padding:66px; font-size:16px;">
<lightning:formattedEmail value="myEmail@gmail.com" />
</div>
</lightning:card>
</div>
Comments
Post a Comment