...
A link allows users to move through applications and websites. Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.
...
Variants
Primary Large Icon Text
Code Block | ||
---|---|---|
| ||
() => (
<Link
href="https://www.google.com/"
size="large"
variant="primary"
iconSuffix={{ props: { icon: 'linkArrow' } }}
>
Link
</Link>
) |
...
Anatomy
Link anatomy:
Label
Leading icon (optional).
...