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
Prop
Description
Required
Value
label
text
optional
string
width
percentage width
required
0-100 integer or string '50%'
Last updated
Was this helpful?