Pular para o conteúdo

Buttons

Atualizado em Ver como Markdown
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>