p-button-8

PreviousNext

Extra-small button

Docs
cossblock

Preview

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

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

Installation

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

Usage

import { PButton8 } from "@/components/p-button-8"
<PButton8 />