<a class="atm-nav-link " href="#" title="Nav link" aria-label="" target="">Nav link</a>
<a class="atm-nav-link {{modifier}}"
href="{{href}}"
title="{{title}}"
aria-label="{{ariaLabel}}"
target="{{target}}"
{{#if isExternal}}rel="noopener noreferrer"{{/if}}
>{{text}}{{#if icon}}{{render '@icon' icon}}{{/if}}</a>
{
"modifier": "",
"href": "#",
"text": "Nav link",
"title": "Nav link",
"isExternal": false,
"target": "",
"ariaLabel": "",
"icon": false
}
.atm-nav-link
{
@apply font-display text-md font-semibold select-none;
&:hover
{
@apply underline;
}
.atm-icon
{
@apply ml-2;
}
}
No notes defined.