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 nameTypeDefaultDescription
classNamestringnullA custom className you would like to pass to the Component
isExternalboolfalseWhether or not the Link points to an external site
newTabboolfalseWhether or not to launch the Link in a new tab/window
childrenunionRequiredThe content of the Link
hrefstringRequiredThe URL the Link points to.

External

Open in New Tab