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

Props
color
colorvalue
valueanimate
animateLast updated
Was this helpful?
import { ProgressBar } from '@aragon/ui'
const App = () => (
<ProgressBar value={0.3} />
)
colorvalueanimateLast updated
Was this helpful?
Was this helpful?