button-destructive

PreviousNext
Docs
reuicomponent

Preview

Loading preview…
registry/default/components/button/destructive.tsx
import { Button } from '@/registry/default/ui/button';

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

Installation

npx shadcn@latest add @reui/button-destructive

Usage

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