Skip to content

Buttons

Last updated View as MarkdownAgent setup

The LinkButton component is used 122 times on 62 pages.

See all examples of pages that use LinkButton

Used 122 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
>
	More information
</LinkButton>
<LinkButton href="/style-guide/components/buttons/" variant="minimal">
	Other stuff
</LinkButton>

Was this helpful?