Progress Bar

A <ProgressBar/> bar provides visual feedback to a user on how long an action is taking to complete.

Preview

Code

<ProgressBar 
  width={ 50 } 
  label='Goals' 
/>

Props

Last updated