Links Stable Dark theme
Links are anywhere where hyperlinks refer to other pages. There are different link modifications to fit a variety of purposes.
<uimc-link-list theme="light">
<uimc-link-list-item type="" url="#">Linkname</uimc-link-list-item>
</uimc-link-list>| Attribute | Description | Values | Default |
|---|---|---|---|
| theme | Set the color scheme of the component | light, dark | light |
| 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 theme="light">
<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>Link list
<uimc-link-list>
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
</uimc-link-list>Link list dark
<uimc-link-list theme="dark">
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
<uimc-link-list-item type="internal" url="#">Link list item</uimc-link-list-item>
</uimc-link-list>