pnpm add @balance-web/link
import { Link} from '@balance-web/link';
Use how you would a traditional anchor.
<Inline> <Link href="#"> <Box height={100} width={200} background="muted" /> </Link></Inline>
This component renders a native anchor element by default, which can be customised via the linkComponent prop on the Core component.
linkComponent