# `Noora.ProgressBar`

Progress bar component

## Example

```elixir
<.progress_bar value={75} max={100} title="Upload Progress" />
```

# `progress_bar`

## Attributes

* `value` (`:integer`) (required) - The current value.
* `max` (`:integer`) (required) - Maximum value.
* `title` (`:string`) - The title of the progress bar. Defaults to `nil`.
* Global attributes are accepted.
## Slots

* `description`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
