Examples
Determinate
+mdc-circular-progress(42)
// or
// +mdc-circular-progress(value=42)
Indeterminate
+mdc-circular-progress()(indeterminate)
Sizes
+mdc-circular-progress(42)(size='large')
+mdc-circular-progress(42)(size='medium')
+mdc-circular-progress(42)(size='small')
// or
// +mdc-circular-progress(42)(large)
// +mdc-circular-progress(42)(medium)
// +mdc-circular-progress(42)(small)
Four-Colored
+mdc-circular-progress()(colorful indeterminate)
Attributes
Name | Type | Description |
progress | number | The value of the progress. The value should be either between 0 and 1 or 0 and 100. |
indeterminate | boolean | Toggles the component between the indeterminate and determinate state. |
size | string | Specifies the size of the component. The expected values are large , medium , small . |
colorful | boolean | Specifies whether or not the bar should be four-colored. |