p-button-4

PreviousNext

Destructive button

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-button-4.tsx
import { Button } from "@/registry/default/ui/button";

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

Installation

npx shadcn@latest add @coss/p-button-4

Usage

import { PButton4 } from "@/components/p-button-4"
<PButton4 />