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