Link

Elements

The component is composed of one link element with a string inside. You can also add an svg icon but it does not need a specific class.

<a href="#" class="link">
  Link
</a>

Properties

Add classes to the wrapper class to change the style of the component.

Icon

Add an icon to the right of the link text

class="link" Default Link with icon

Color

Changes the color to convey the severity of the link.

class="link" Default Primary
class="link text--secondary" Secondary
class="link text--highlight" Highlight