import { Button } from "@/registry/default/ui/button";
export default function Particle() {
return <Button variant="secondary">Secondary</Button>;
}
npx shadcn@latest add @coss/p-button-3import { PButton3 } from "@/components/p-button-3"<PButton3 />