Button/button-destructive-

PreviousNext

A button/button-destructive- example

Docs
shadcnblocksblock

Preview

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

export const title = "Rounded Button";

const Example = () => (
  <Button className="rounded-full" variant="destructive">
    Button
  </Button>
);

export default Example;

Installation

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

Usage

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