Progress Bar
Visually indicates the progress of a task or operation.
Properties
Custom
Progressbar Props
Used to define the style, color, and other properties of the progress bar
Progress Bar Type
Defines the type of the progress bar. Supported values are Linear and Circular.
Items Count
Defines the total number of items represented in the progress bar.
Segment Count
Separates the progress bar into the specified number of segments.
Is Active
Enables the loading effect on the current progress value.
Secondary Progress
Defines the buffer or background progress value.
Is Indeterminate
Enables or disables the indeterminate animation effect on the progress bar.
Track Color
Defines the color of the progress bar track.
Progress Thickness
Defines the thickness of the progress indicator.
Track Thickness
Defines the thickness of the progress bar track.
Minimum Value
Specifies the starting value of the progress bar.
Maximum Value
Specifies the maximum value of the progress bar.
Show Value
Shows or hides the numeric value of the progress.
Events
Applicable events are OnClick ,and OnFocus
