Progress
Display the completion status of a task or process.
When to Use
- To show upload or download progress
- For task completion indicators
- For dashboard metrics and KPIs
Import
Examples
Line
Circle
Dashboard
Steps
Small Size
API
ProgressProps
percent—number— Completion percentage (0-100)type—"line" | "circle" | "dashboard"— Visual type (default:"line")status—"success" | "exception" | "normal" | "active"— Status colorstrokeColor—string | { from: string; to: string }— Bar/stroke colorshowInfo—boolean— Show percentage text (default:true)size—"default" | "small" | [number, number]— Progress sizesteps—number— Segmented steps countformat—(percent) => ReactNode— Custom text formatstrokeLinecap—"round" | "butt" | "square"— Stroke end style (default:"round")success—{ percent: number; strokeColor?: string }— Success segment configrailColor—string— Background track colorstrokeWidth—number— Stroke thickness (circle/dashboard only)