<a href="url.com" class="n7-link n7-link--sm">
    Link text

</a>
{% extends '@link' %}
{
  "label": "Link text",
  "icon": "mini--arrow-right",
  "href": "url.com",
  "classes": "n7-link--sm"
}

Link component. Configurations:

  • allyHidden: true adds attributes in order to hyde the link from keyboard and screenreader (used in card fully clickable)

  • hasIcon: true to display an icon

  • iconOnly: true to display only an icon (no visible text)

You can configure: icon, classes, label