Gauge Meter

Half-circle dial with a tachometer-style needle that sweeps back and forth. Fits sentiment, health, or velocity snapshots.

83Positive

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

Import & use
import { Stats13 } from "@/components/beste/piece/stats13";

<Stats13
  value={83}
  label="Positive"
  tone="violet"
/>