Tag Group Badge

A tag group badge that renders wrapping chips for services, skills, and topics.

BrandingWeb designMotion3D

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Badge19 } from "@/components/beste/component/badge19";

<Badge19 tags={["Branding", "Web design", "Motion", "3D"]} />

<Badge19
  tags={["Next.js", "Tailwind", "shadcn/ui"]}
  tone="outline"   // "muted" (default) | "outline"
/>