# Progress Bar
[component-header:sl-progress-bar]
Progress bars are used to show the status of an ongoing operation.
```html preview
```
## Examples
### Custom Height
Use the `--height` custom property to set the progress bar's height.
```html preview
```
### Labels
Use the default slot to show a label.
```html preview
50%
```
### Indeterminate
The `indeterminate` attribute can be used to inform the user that the operation is pending, but its status cannot currently be determined. In this state, `percentage` is ignored and the label, if present, will not be shown.
```html preview
```
[component-metadata:sl-progress-bar]