# Create a `wa-progress-bar` component

Generated wrapper for the Web Awesome `wa-progress-bar` component.
Generated from Web Awesome metadata.

## Usage

``` r
wa_progress_bar(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  value = NULL,
  label = NULL,
  dir = NULL,
  indeterminate = NULL,
  lang = NULL
)
```

## Arguments

- ...:

  Child content for the component's default slot.

- id:

  Optional DOM id attribute for HTML, CSS, and JS targeting.

- class:

  Optional CSS class string.

- style:

  Optional inline CSS style string.

- value:

  Number. Default: `0`. The current progress as a percentage, 0 to 100.

- label:

  String. Default: `""`. A custom label for assistive devices.

- dir:

  String. Optional Web Awesome attribute.

- indeterminate:

  Boolean. Default: `FALSE`. When TRUE, percentage is ignored, the label
  is hidden, and the progress bar is drawn in an indeterminate state.

- lang:

  String. Optional Web Awesome attribute.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
