跳转到内容
搜索文档

按钮

最后更新 查看 MarkdownAgent 设置

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>

这篇文档对您有帮助吗?