Extra-small button
import { Button } from "@/registry/default/ui/button"; export default function Particle() { return <Button size="xs">Button</Button>; }
npx shadcn@latest add @coss/p-button-8
import { PButton8 } from "@/components/p-button-8"
<PButton8 />