Link

Link is a component that allows you to create a link to another page or resource.

View on GitHub

Usage

import { Link } from '@nerdfish/ui'
<Link href="https://www.nerdfish.be" external>
	Click me
</Link>