The link
component represents a clickable link that
has been styled to look like a button.
button
component
must be used.Used to display a link with the same dimensions as a button.
<a href="#" class="link">link</a>
Used to display a link in the style of a primary button.
<a href="#" class="link--primary">link--primary</a>
Used to display a link in the style of a secondary button.
<a href="#" class="link--secondary">link--secondary</a>