ProgressBar
This component renders a basic progress bar which works exactly the same as a usual HTML <progress />. Changing the value is also animated.
Example
<ProgressBar max="100" value="80" />
Props
The component accepts the following props:
| Property name | Type | Required | Values | Default |
|---|---|---|---|---|
| value | number | ✅ | - | |
| max | number | - | 100 |