UI MarCom

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>

AttributeDescriptionValuesDefault
typeSets the type of the link to be preceded by a corresponding icondownload, internal, external, email, phone
urlHyperlink reference of the linkvalid URL
TelephoneMailDownload link [885kB]
<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>