p-badge-12

PreviousNext

Badge with link

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-badge-12.tsx
import Link from "next/link";

import { Badge } from "@/registry/default/ui/badge";

export default function Particle() {
  return <Badge render={<Link href="/" />}>Badge</Badge>;
}

Installation

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

Usage

import { PBadge12 } from "@/components/p-badge-12"
<PBadge12 />