# XWUIPopconfirm

Popover with built-in confirm / cancel buttons for destructive actions.

## Basic Usage

Delete-confirm inline popover.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Delete-confirm inline popover.
```

## Placement

Popconfirm anchored to the right side of its trigger.

```example
file: examples/Placement.ts
html: examples/Placement.html
title: Placement
description: Popconfirm anchored to the right side of its trigger.
```

## Async Confirm

onConfirm awaits an async save before resolving.

```example
file: examples/AsyncConfirm.ts
html: examples/AsyncConfirm.html
title: Async Confirm
description: onConfirm awaits an async save before resolving.
```

```api
```
