Link
Links provide a way to send users to another page.
As well as simple links, we have created a component that will return a range of differently styled and behaving link elements.
Props
Prop name | Type | Default | Description |
---|---|---|---|
className | string | null | A custom className you would like to pass to the Component |
isExternal | bool | false | Whether or not the Link points to an external site |
newTab | bool | false | Whether or not to launch the Link in a new tab/window |
children | union | Required | The content of the Link |
href | string | Required | The URL the Link points to. |