Health Gauge

Semi-circle gauge with a tone-colored arc that fills to the score, the number centered below, and a status line.

System health
82
Healthy

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

Import & use
import { Dashboard14 } from "@/components/beste/piece/dashboard14";

<Dashboard14
  label="System health"
  score={82}
  status="Healthy"
  tone="emerald"
/>