Progress Circular
info
For more details about Vuetify’s usage of Progress Circular component, click Progress Circular page.
For more prop explanations, click Vuetify Progress Circular API page.
Props
| Attribute | Description | Type | Default |
|---|---|---|---|
| button | Makes the component grow. | boolean | false |
| indeterminate | Constantly animates, use when loading progress is unknown. | boolean | false |
| rotate | Rotates the circle start point in deg. | number | string | 0 |
| size | Sets the diameter of the circle in pixels. | number | string | 32 |
| value | The percentage value for current progress. | number | 0 |
| visible | Visibility of ProgressCircular component. | boolean | true |
Samples Component
