A metric delta badge with trend arrows for dashboards, stat rows, and pricing tables.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Badge9 } from "@/components/beste/component/badge9";
<Badge9 value="+12.4%" label="vs last month" />
<Badge9
value="-3.2%"
tone="down" // "up" (default) | "down" | "flat"
/>