# Progress

**Path:** Components/Feedback

[Back to Documentation Index](http://rubicblazor.skyconis.com/docs.md)

---

Progress

 RbProgress is used to show the status of an ongoing operation. It supports both circular
 and linear variants, with indeterminate (loop) and determinate (value) modes.

 Indeterminate (Loop) 
 Express an unspecified wait time. Use when progress isn't estimable.

 Determinate (Value) 
 Display how long a process will take. Use when completion rate can be estimated.

 Basic Usage

 Indeterminate and determinate progress indicators in both circular and linear variants.

 Show code

 Indeterminate (Loop)

 Use Loop for operations with unknown duration.

 Determinate (Value)

 Use Value to show progress percentage (0-100).

 Circular

 Circular progress with loop animation, value display, sizes, stroke width options, and track visibility.

 Show code

 Circular Loop

 Indeterminate circular progress for unknown durations.

 Circular with Value

 Determinate circular progress showing completion percentage.

 Progress: 5% 

 Track Visibility

 Use ShowTrack to show or hide the muted circular path behind the progress value.

 Linear

 Linear progress with horizontal and vertical orientations, loop and value modes, and track visibility.

 Show code

 Linear Loop

 Indeterminate linear progress for unknown durations.

 Linear with Value

 Determinate linear progress showing completion percentage.

 Progress: 5% 

 Size Options

 Control the height using Size parameter.

 Small 

 Default 

 Large 

 Vertical Linear

 Linear progress in vertical orientation.

 Track Visibility

 Use ShowTrack to show or hide the muted path behind the progress value.

 Colors

 All available color options for both circular and linear progress.

 Show code

 Circular Colors

 All available color options for circular progress.

 Default 

 Primary 

 Secondary 

 Success 

 Danger 

 Warning 

 Info 

 Linear Colors

 All available color options for linear progress.

 Default 

 Primary 

 Secondary 

 Success 

 Danger 

 Warning 

 Info 

 ✕

 Contents
