Button

PreviousNext

Displays a button or a component that looks like a button.

Docs
bunduicomponent

Preview

Loading preview…
examples/components/button/link/page.tsx
import { Button } from "@/components/ui/button";

export default function ButtonLink() {
  return <Button variant="link">Link</Button>;
}

Installation

npx shadcn@latest add @bundui/button-link

Usage

import { ButtonLink } from "@/components/button-link"
<ButtonLink />