import { Button } from "@/components/ui/button";
export default function ButtonGhost() {
return <Button variant="ghost">Ghost</Button>;
}
npx shadcn@latest add @bundui/button-ghostimport { ButtonGhost } from "@/components/button-ghost"<ButtonGhost />