The user will be prompted if they are sure they want to open the link.

import {Link} from "attio/client"

It can be thought of as an

<a href="https://yourwebsite.com" target="_blank" />`

Props

href

The url to link to.

children : React.ReactNode

The text to hyperlink.