Real-time counter with a pinging status dot in the tone color, a large monospace value, and a per-second rate.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Dashboard17 } from "@/components/beste/piece/dashboard17";
<Dashboard17
label="Live requests"
value="2,418"
rate="+24 / sec"
tone="emerald"
/>