# XWUIBarAjax

Thin loading bar at top or bottom of viewport for request/route loading. Quasar Ajax Bar equivalent.

## Basic Usage

Thin loading bar at top or bottom of viewport for request/route loading.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Thin loading bar at top or bottom of viewport for request/route loading.
```

## Determinate Progress

A container-scoped bar filled to 65% with a custom green color and a thicker 6px height.

```example
file: examples/DeterminateProgress.ts
html: examples/DeterminateProgress.html
title: Determinate Progress
description: A container-scoped bar filled to 65% with a custom green color and a thicker 6px height.
```

## Imperative Control

A bottom-anchored bar driven by buttons calling start(), setProgress(), and finish().

```example
file: examples/ImperativeControl.ts
html: examples/ImperativeControl.html
title: Imperative Control
description: A bottom-anchored bar driven by buttons calling start(), setProgress(), and finish().
```

```api
```
