button-link

PreviousNext
Docs
takiexample

Preview

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

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

Installation

npx shadcn@latest add @taki/button-link

Usage

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