packages/docs/src/pages/en/components/progress-circular.md
The v-progress-circular component is used to convey data circularly to users. It also can be put into an indeterminate state to portray loading.
In its simplest form, v-progress-circular displays a circular progress bar. Use the value prop to control the progress.
<ExamplesUsage name="v-progress-circular" /> <PromotedEntry />| Component | Description |
|---|---|
| v-progress-circular | Primary Component |
Alternate colors can be applied to v-progress-circular using the color prop.
Using the indeterminate prop, a v-progress-circular continues to animate indefinitely.
The reveal prop animates the progress circle from 0 to its model value when the component mounts.
The rotate prop gives you the ability to customize the v-progress-circular's origin.
The size and width props allow you to easily alter the size and width of the v-progress-circular component.
default slot can be used to replace the text inside the loader.