p-badge-13

PreviousNext

Badge with count

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-badge-13.tsx
import { Badge } from "@/registry/default/ui/badge";

export default function Particle() {
  return <Badge className="rounded-full">7</Badge>;
}

Installation

npx shadcn@latest add @coss/p-badge-13

Usage

import { PBadge13 } from "@/components/p-badge-13"
<PBadge13 />