# XWUIRefresher

Pull-to-refresh container with onRefresh callback and complete(). Ionic Refresher equivalent.

## Basic Usage

Pull the list down to refresh; onRefresh runs async work then calls complete().

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Pull the list down to refresh; onRefresh runs async work then calls complete().
```

## Custom Threshold

A longer feed that needs a deliberate 120px pull before refreshing.

```example
file: examples/CustomThreshold.ts
html: examples/CustomThreshold.html
title: Custom Threshold
description: A longer feed that needs a deliberate 120px pull before refreshing.
```

## Disabled

Pull-to-refresh turned off; the list scrolls but never triggers a refresh.

```example
file: examples/Disabled.ts
html: examples/Disabled.html
title: Disabled
description: Pull-to-refresh turned off; the list scrolls but never triggers a refresh.
```

```api
```
