ProgressBar
import { ProgressBar } from '@aragon/ui'
const App = () => (
<ProgressBar value={0.3} />
)

- Type:
String
- Default:
accent
color fromtheme
To change the color of the active bar.
- Type:
Number
- Values: from
0
to1
, or-1
. - Default:
-1
The value, between
0
and 1
. Set to -1
for the indeterminate state.- Type:
Boolean
- Default:
true
Set this to
false
to disable the animations. Useful to improve the performances if the progress bar is not visible but rendered.Last modified 6mo ago