docs/src/pages/vue-components/linear-progress.md
The QLinearProgress component displays a colored loading bar. The bar can either have a determinate progress or an indeterminate animation. It should be used to inform the user that an action is occurring in the background.
<DocApi file="QLinearProgress" />::: tip
For indeterminate state (above) or query state (below) you don't need to specify the value property.
:::
To add a label to the progress bar you can use the default slot. Take care to:
size big enough to allow showing the label