p-button-3

PreviousNext

Secondary button

Docs
cossblock

Preview

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

export default function Particle() {
  return <Button variant="secondary">Secondary</Button>;
}

Installation

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

Usage

import { PButton3 } from "@/components/p-button-3"
<PButton3 />