Button/button-destructive-

PreviousNext

A button/button-destructive- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/button/button-destructive-1.tsx
import { Button } from "@/components/ui/button";

export const title = "Button with Text";

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

export default Example;

Installation

npx shadcn@latest add @shadcnblocks/button-button-destructive-1

Usage

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