p-badge-1

PreviousNext

Basic badge

Docs
cossblock

Preview

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

export default function Particle() {
  return <Badge>Badge</Badge>;
}

Installation

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

Usage

import { PBadge1 } from "@/components/p-badge-1"
<PBadge1 />