BlogPlaygroundOne

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

In its simplest form, v-progress-circular displays a circular progress bar. Use the value prop to control the progress.

<v-progress-circular model-value="20"></v-progress-circular>

API

ComponentDescription
v-progress-circularPrimary Component
Toggle Inline 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.

Reveal

The reveal prop animates the progress circle from 0 to its model value when the component mounts.

CPU Usage
0.63 / 2 units
31.5%
Memory Usage
13.43 / 16 GB
83.9%

Rotate

The rotate prop gives you the ability to customize the v-progress-circular’s origin.

20
20
20
20

Size and Width

The size and width props allow you to easily alter the size and width of the v-progress-circular component.

Slots

Default

default slot can be used to replace the text inside the loader.

20 %

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.