Gauge

Half-circle speedometer arc with a centered value, unit, and caption.

78%Load

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

Import & use
import { Progress8 } from "@/components/beste/piece/progress8";

<Progress8
  value={78}
  label="Load"
  unit="%"
  tone="emerald"
/>