Progress - Keep React

The Progress Bar Component in the Keep React allows you to visually represent the progress or completion of a task or process.

Table of Contents#

Circle Progress#

Default Progress allows you to visually represent the progress or completion of a task or process.

45%

Line Progress#

55%

Progress Variant#

The Progress component in our design system comes with two options: LineProgress and CircleProgress

55%
55%

How To Customize#

45%
55%

Circle Progress API#

Explore the available props for the Circle Progress component:

PropertyDescriptionTypeDefault
progressDefines the progress control for the progress bar.number55
strokeColorCircle Stroke ColorstringNone
strokeWidthCircle Stroke Widthnumber2.5

Line Progress API#

Explore the available props for the Line Progress component:

PropertyDescriptionTypeDefault
progressDefines the progress control for the progress bar.number55
lineBackgroundProgress line background colorstringNone