Link component
Figma Component
Link is used to navigation through pages. Styled to resemble a hyperlink and semantically renders as
<a>
.Properties
Name | Description | Default |
---|---|---|
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.