Small button
import { Button } from "@/registry/default/ui/button"; export default function Particle() { return <Button size="sm">Button</Button>; }
npx shadcn@latest add @coss/p-button-9
import { PButton9 } from "@/components/p-button-9"
<PButton9 />