<@progress value=70 />
<@progress color='danger' value=30 />
<@progress color='success' value=100 text='completed' />
| Parameter | Value | Default |
|---|---|---|
| color | primary/info/warning/danger/success | primary |
| id | string | none |
| params | string | none |
| value | integer | 0 |
| min | integer | 0 |
| max | integer | 100 |
| text | string | value% |