Skip to main content

Link

Link is a component for navigation and hyperlinks with styling support.

Usage

<Link 
href="/about"
color="primary"
textDecoration="underline"
>
About Us
</Link>

Props

Link accepts all styled-system props from the following categories:

Additional Props

PropTypeDescription
hrefstringURL or path for the link