Default button
import { Button } from "@/registry/default/ui/button"; export default function Particle() { return <Button>Button</Button>; }
npx shadcn@latest add @coss/p-button-1
import { PButton1 } from "@/components/p-button-1"
<PButton1 />