Button

PreviousNext

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

Docs
bunduicomponent

Preview

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

export default function ButtonGhost() {
  return <Button variant="ghost">Ghost</Button>;
}

Installation

npx shadcn@latest add @bundui/button-ghost

Usage

import { ButtonGhost } from "@/components/button-ghost"
<ButtonGhost />