# XWUIMenuDrawer

Sliding side-sheet drawer with placement, size and dismiss controls.

## Basic Usage

Right-side drawer triggered by a button.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Right-side drawer triggered by a button.
```

## Placements

left / right / top / bottom variants.

```example
file: examples/Placements.ts
html: examples/Placements.html
title: Placements
description: left / right / top / bottom variants.
```

## Filter Panel

A large left drawer with body checkboxes and a Reset / Apply footer.

```example
file: examples/FilterPanel.ts
html: examples/FilterPanel.html
title: Filter Panel
description: Large left drawer with a footer of actions.
```

## Forced Decision

A non-dismissible bottom sheet that requires an explicit choice.

```example
file: examples/ForcedDecision.ts
html: examples/ForcedDecision.html
title: Forced Decision
description: Backdrop, Escape and close button all disabled.
```

```api
```
