p-button-9

PreviousNext

Small button

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-button-9.tsx
import { Button } from "@/registry/default/ui/button";

export default function Particle() {
  return <Button size="sm">Button</Button>;
}

Installation

npx shadcn@latest add @coss/p-button-9

Usage

import { PButton9 } from "@/components/p-button-9"
<PButton9 />