Typed-options pill with active pulse.
Compact status pill with typed options. Picks a hue from the option's color, animates a soft pulse on the current state. Pair with `<DataTable>` typed-column or use standalone.
import { StatusChip } from "@/components/ui/status-chip";
<StatusChip option={{ value: "live", label: "Live", color: "#22C55E" }} pulse />components/ui/ folder. You own the code.