External Link
KExternalLink renders an anchor element (that opens a link in a new window) with an icon.
Kongponentshtml
<KExternalLink href="https://kongponents.konghq.com/">
Kongponents
</KExternalLink>
Props
href
The URL that the hyperlink points to.
NOTE
Must be a valid URL.
Correct Usage
html
<KExternalLink href="https://kongponents.konghq.com/">
Valid URL
</KExternalLink>
Incorrect Usage
html
<KExternalLink href="https://kongponents">
Won't be rendered
</KExternalLink>
hideIcon
If true, icon won't be rendered.
Kongponentshtml
<KExternalLink hide-icon href="https://kongponents.konghq.com/">
Kongponents
</KExternalLink>
Slots
default
Link text.