Half-circle speedometer arc with a centered value, unit, and caption.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Progress8 } from "@/components/beste/piece/progress8";
<Progress8
value={78}
label="Load"
unit="%"
tone="emerald"
/>Circular SVG ring with a centered percentage. Tone sets the stroke color.
Labelled progress bar with a percent readout above and a tonal fill.
Vertical tube that fills bottom-up with a gradient, paired with a percent readout and label.
Row of N equal chunks with the first K filled in the chosen tone. Trailing fraction count.
Single horizontal bar divided into tinted segments by percentage, with a legend row below.
Numbered step dots connected by a line. Completed steps fill emerald with a check.