button-ghost

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/button-ghost.tsx
import { Button } from "@/registry/new-york/ui/button"

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

Installation

npx shadcn@latest add @taki/button-ghost

Usage

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