Vebego Component Library
<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": ""
}
  • Content:
    .atm-link {
        @apply text-cta;
        @apply underline hover:no-underline;
    
        .atm-icon {
            @apply ml-2;
        }
    }
    
  • URL: /components/raw/link/link.css
  • Filesystem Path: src\components\02-atoms\link\link.css
  • Size: 128 Bytes

No notes defined.