<a class="atm-link " href="#" title="This is what a link looks like" aria-label="" target="">This is what a link looks like</a>
        
    
        <a class="atm-link {{modifier}}"
   href="{{href}}"
   title="{{title}}"
   aria-label="{{ariaLabel}}"
   target="{{target}}"
   {{#if isExternal}}rel="noopener noreferrer"{{/if}}
>{{text}}{{#if isExternal}}{{render '@icon' icon}}{{/if}}</a>
    
        
            
            {
  "modifier": "",
  "href": "#",
  "text": "This is what a link looks like",
  "title": "This is what a link looks like",
  "isExternal": false,
  "target": "",
  "ariaLabel": ""
}
            
        
    
                                .atm-link {
    @apply text-cta;
    @apply underline hover:no-underline;
    .atm-icon {
        @apply ml-2;
    }
}
                            
                            
                        No notes defined.