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