This component displays a circular progress indicator. It can either be used to show how much of a task has been completed or to show a looping animation to indicate that an operation is currently running.
Onsen UI provide two different progress element: <ons-progress-bar>
and ons-progress-circular
.
These elements takes two different values in value
and secondary-value
attributes. indeterminate
attribute is also available.
Name | Type | Description |
---|---|---|
modifier | String | Change the appearance of the progress indicator. Optional. |
value | Number | Current progress. Should be a value between 0 and 100. Optional. |
secondary-value | Number | Current secondary progress. Should be a value between 0 and 100. Optional. |
indeterminate | If this attribute is set, an infinite looping animation will be shown. Optional. |
Name | Description |
---|---|
value | Current progress. Should be a value between 0 and 100. |
secondaryValue | Current secondary progress. Should be a value between 0 and 100. |
indeterminate |
If this property is true , an infinite looping animation will be shown.
|
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.