A status badge with a pulsing dot for availability, live states, and system health.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Badge8 } from "@/components/beste/component/badge8";
<Badge8 label="Available for new projects" />
<Badge8
label="Maintenance window"
tone="warning" // "success" (default) | "info" | "warning" | "muted"
still // static dot, no ping animation
/>