Live Counter

Real-time counter with a pinging status dot in the tone color, a large monospace value, and a per-second rate.

Live requests
2,418+24 / sec

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

Import & use
import { Dashboard17 } from "@/components/beste/piece/dashboard17";

<Dashboard17
  label="Live requests"
  value="2,418"
  rate="+24 / sec"
  tone="emerald"
/>