Status Pill

Pulsing status dot in four tints: live, beta, paused, offline.

Live

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

Import & use
import { Indicator1 } from "@/components/beste/piece/indicator1";

<Indicator1
  label="Live"
  variant="live"
/>