Home Components Link
Link
Overview Playground API
Links allow users to click their way from page to page.
Usage Here are predefined variants of link, each serving its own semantic purpose.
Github
Some sentence Inline link in-between

  <goat-link href="https://github.com/goatui/components" target="_blank">
    Github
    <goat-icon name="arrow--right"></goat-icon>
  </goat-link>
  <br>
  <goat-text>
    Some sentence
    <goat-link class="inline" href="#">Inline link</goat-link>
    in-between
  </goat-text>
Usage
Work in progress
Properties
Events
Methods
CSS Custom Properties
Previous Next