button-destructive

PreviousNext
Docs
takiexample

Preview

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

export default function ButtonDestructive() {
  return <Button variant="destructive">Destructive</Button>
}

Installation

npx shadcn@latest add @taki/button-destructive

Usage

import { ButtonDestructive } from "@/components/button-destructive"
<ButtonDestructive />