Labelled progress bar with a percent readout above and a tonal fill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Progress3 } from "@/components/beste/piece/progress3";
<Progress3
value={68}
label="Deployment"
tone="success"
/>Single horizontal bar divided into tinted segments by percentage, with a legend row below.
Vertical tube that fills bottom-up with a gradient, paired with a percent readout and label.
Circular SVG ring with a centered percentage. Tone sets the stroke color.
Row of N equal chunks with the first K filled in the chosen tone. Trailing fraction count.
Five stacked rows mapping 5–1 stars to amber fill bars and the percentage for each tier.
Trophy tile beside a level badge and an XP fraction over a sunset gradient fill bar.