# Progress Ring
[component-header:sl-progress-ring]
Progress rings are used to show the progress of a determinate operation in a circular fashion.
```html preview
```
## Examples
### Size
Use the `--size` custom property to set the diameter of the progress ring.
```html preview
```
### Track Width
Use the `--track-width` custom property to set the width of the progress ring's track.
```html preview
```
### Colors
To change the color, use the `--track-color` and `--indicator-color` custom properties.
```html preview
```
### Labels
Use the default slot to show a label.
```html preview
50%
```
[component-metadata:sl-progress-ring]