Link

A link navigates the user to a new page or opens a new window

<SpacedGroup>
    <Link href="http://localhost:3000">Basic link
    <Link href="http://localhost:3000" disableUnderline>
      Disabled underline
    </Link>
    <Link href="http://localhost:3000" newWindow>
      Open in new tab or window
    </Link>
    <Link href="http://localhost:3000" external>
      Navigate to external domain
    </Link>
  </SpacedGroup>
</Playground>

API