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"
/>Pulsing status dot in four tints: live, beta, paused, offline.
Stock status chip with a dot and auto-phrased copy across in-stock, low, out, and preorder states.
Battery glyph with a tinted fill that colors rose, amber, or emerald by level.
Minimal HH:MM:SS countdown that ticks every second toward a target date, defaulting to three hours out.
Inline percent change with a directional arrow, green for up and rose for down, beside a compare period.
Row of small dots showing progress through N steps, with a trailing fraction count.