# Progress circular
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.
# Usage
By default, progress circular uses the applications secondary color.
# API
# Examples
# Props
# Color
Alternate colors can be applied to v-progress-circular
using the color
prop.
# Indeterminate
Using the indeterminate
prop, a v-progress-circular
continues to animate indefinitely.
# Rotate
The rotate
prop gives you the ability to customize the v-progress-circular
's origin.
# Size and Width
The size
and width
props allow you to easily alter the size and width of the v-progress-circular
component.
Ready for more?
Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:06/30/2020, 10:04:46 AM