import { Button } from "@/registry/default/ui/button";
export default function Particle() {
return <Button variant="destructive">Delete</Button>;
}
npx shadcn@latest add @coss/p-button-4import { PButton4 } from "@/components/p-button-4"<PButton4 />