# XWUIBottomSheet

Mobile-style modal that slides up from the bottom edge.

## Basic Usage

Share sheet triggered by a button.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Share sheet triggered by a button.
```

## Action list sheet

A share-style sheet with a tappable action list; tapping the backdrop closes it.

```example
file: examples/ActionList.ts
html: examples/ActionList.html
title: Action list sheet
description: Tappable action list; backdrop tap closes it.
```

## Rich content + onClose

An HTMLElement body with backdrop dismissal off - closes only via its button, with onClose cleanup.

```example
file: examples/RichContent.ts
html: examples/RichContent.html
title: Rich content + onClose
description: HTMLElement body, no backdrop close, onClose cleanup.
```

```api
```
