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
| Prop | Type | Description |
|---|---|---|
href | string | URL or path for the link |