> For the complete documentation index, see [llms.txt](https://vuido.mimec.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vuido.mimec.org/built-in-components/widgets/progressbar.md).

# ProgressBar

A progress bar widget.

## Attributes

### value

type: Number

The current position of the progress bar in the range from 0 to 100.

Set the value to -1 to indicate and indeterminate progress. This is useful when the exact progress is unknown but you wish to indicate that progress is being made.

## Example

```markup
<ProgressBar v-bind:value="progress"/>
```
