Timestamp indicator with a dot that pings when live, holds sky when recent, or glows amber when stale.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Indicator9 } from "@/components/beste/piece/indicator9";
<Indicator9
label="Updated"
when="3 seconds ago"
freshness="live"
/>