Link component

Figma Component
Link is used to navigation through pages. Styled to resemble a hyperlink and semantically renders as <a>.

Properties

NameDescriptionDefault
icon
Icon prepended before Link content
-
iconAfter
Icon appended after Link content
-
variant
Link style variant
-
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.

Variants

Link component is available in mutliple style variants.

As Button

`Link` component can be rendered as button using `as="button"` prop.