# XWUIOverlayPopconfirm

Popover with confirmation action Extends or composes XWUIOverlayPopover with confirm/cancel buttons

## Basic Usage

XWUIOverlayPopconfirm Component Popover with confirmation action Extends or composes XWUIOverlayPopover with confirm/cancel buttons.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIOverlayPopconfirm Component Popover with confirmation action Extends or composes XWUIOverlayPopover with confirm/cancel buttons.
```

## Delete Confirmation

A destructive action guarded by an inline "Are you sure?" bubble with Delete / Keep buttons wired to onConfirm and onCancel.

```example
file: examples/DeleteConfirm.ts
html: examples/DeleteConfirm.html
title: Delete Confirmation
description: A destructive action guarded by an inline "Are you sure?" bubble with Delete / Keep buttons wired to onConfirm and onCancel.
```

## Async Publish

A confirm bubble whose onConfirm returns a Promise - the popover awaits the publish before closing, so a network call can finish first.

```example
file: examples/AsyncPublish.ts
html: examples/AsyncPublish.html
title: Async Publish
description: A confirm bubble whose onConfirm returns a Promise - the popover awaits the publish before closing, so a network call can finish first.
```

```api
```
