Links Stable
Links are anywhere where hyperlinks refer to other pages. There are different link modifications to fit a variety of purposes.
<uimc-link-list>
<uimc-link-list-item type="" url="#">Linkname</uimc-link-list-item>
</uimc-link-list>| Attribute | Description | Values | Default |
|---|---|---|---|
| type | Sets the type of the link to be preceded by a corresponding icon | download, internal, external, email, phone | – |
| url | Hyperlink reference of the link | valid URL | – |
Sample Links
<uimc-link-list>
<uimc-link-list-item url="#" type="phone">Telephone</uimc-link-list-item>
<uimc-link-list-item url="#" type="email">Mail</uimc-link-list-item>
<uimc-link-list-item url="#" type="download">Download link [885kB]</uimc-link-list-item>
</uimc-list>