button-secondary

PreviousNext
Docs
takiexample

Preview

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

export default function ButtonSecondary() {
  return <Button variant="secondary">Secondary</Button>
}

Installation

npx shadcn@latest add @taki/button-secondary

Usage

import { ButtonSecondary } from "@/components/button-secondary"
<ButtonSecondary />