Skip to main content

Simple progress bar

Examples

Check out the Usage section for details about how to design a Simple progress bar properly, and the different configuration options we provide.

Basic Example

You can display a bar that indicates how far a process has progressed.

<SimpleProgressBar
completed={25}
total={100}
/>