Appearance
wiz-link-wrapper
The wrapper for links with additional flexibility to handle different types of content within the link, such as plain text or images.
Learn more about components
Usage
Markup:
<wiz-link-wrapper :link="link"></wiz-link-wrapper>Properties
The following properties are available:
| Property | Type | Default value | Description |
|---|---|---|---|
dataMsysLinkname | string | (an empty string) | Adds a data-msys-linkname attribute to the <a> element to be used for analytics or tracking. |
link | string | N/A | A URL or link target. |
nested | boolean | true | Nested behavior handling. Defines whether the content inside the link wrapper should act as nested. |