A tag group badge that renders wrapping chips for services, skills, and topics.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>