Skip to content

Buttons

Last updated View as Markdown Agent setup

The LinkButton component is used 119 times on 61 pages.

See all examples of pages that use LinkButton

Used 119 times.

Pages

Partials

import { LinkButton } from "~/components";

<LinkButton href="/style-guide/components/buttons/">Get started</LinkButton>
<LinkButton
	href="/style-guide/components/buttons/"
	variant="secondary"
	icon="ph:arrow-square-out"
>
	More information
</LinkButton>
<LinkButton href="/style-guide/components/buttons/" variant="minimal">
	Other stuff
</LinkButton>

Was this helpful?