Link

The link component is used to navigate to a new page or section within the current page.
Overview API

Usage

Here are predefined variants of link, each serving its own semantic purpose.

Github

  <a class="link text-body" href="https://github.com/goatui/components" target="_blank">
    Github
    <wc-icon name="arrow_right_alt"></wc-icon>
  </a>
Github

  <wc-link class="text-body" href="https://github.com/goatui/components" target="_blank">
    Github
    <wc-icon name="arrow_right_alt"></wc-icon>
  </wc-link>

Some sentence Inline link in-between


  <p>
    Some sentence
    <a class="link inline" href="#">Inline link</a>
    in-between
  </p>

On this page

Usage

Properties

Events

Methods

CSS Custom Properties