Freshness Dot

Timestamp indicator with a dot that pings when live, holds sky when recent, or glows amber when stale.

Updated 3 seconds ago

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

Import & use
import { Indicator9 } from "@/components/beste/piece/indicator9";

<Indicator9
  label="Updated"
  when="3 seconds ago"
  freshness="live"
/>