Version Badge

Split chip with a monospace version string and a colored stage tag like NEW or BETA.

v2.4.1NEW

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

Import & use
import { Badge2 } from "@/components/beste/piece/badge2";

<Badge2
  version="v2.4.1"
  tag="new"
/>