Pulse Status Badge

A status badge with a pulsing dot for availability, live states, and system health.

Available for new projects

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

Import & use
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
/>