Link
The link component is used to navigate to a new page or section within the current page.
Usage
Here are predefined variants of link, each serving its own semantic purpose.
<a class="link text-body" href="https://github.com/goatui/components" target="_blank">
Github
<wc-icon name="arrow_right_alt"></wc-icon>
</a>
<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