Link button
import { Button } from "@/registry/default/ui/button"; export default function Particle() { return <Button variant="link">Link</Button>; }
npx shadcn@latest add @coss/p-button-7
import { PButton7 } from "@/components/p-button-7"
<PButton7 />