Lightning Formatted URL
Biswajeet
March 11, 2019 No Comments on Lightning Formatted URL
A lightning:formattedUrl
component displays a read-only representation of a URL as a hyperlink with an href attribute. The link can be a relative or absolute URL.
Example:
<aura:component> <lightning:formattedUrl value="https://www.google.com" tooltip="Google" label="Click to Open" target="_blank" /> </aura:component>