Destructive Button

PreviousNext

A destructive button component

Docs
shadcnui-blockscomponent

Preview

Loading preview…
components/customized/button/button-03.tsx
import { Button } from "@/registry/ui/button";

const DestructiveButtonDemo = () => (
  <Button variant="destructive">Destructive</Button>
);

export default DestructiveButtonDemo;

Installation

npx shadcn@latest add @shadcnui-blocks/button-03

Usage

import { Button03 } from "@/components/button-03"
<Button03 />