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