# XWUISidePanel

Right-rail context panel (Odoo's project_right_side_panel pattern) with collapsible sections, badges, per-section actions, and an overall close / collapse-all controls.

## Basic Usage

Two collapsible sections.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two collapsible sections.
```

## With Actions

Per-section action buttons + panel-level close + collapse-all.

```example
file: examples/WithActions.ts
html: examples/WithActions.html
title: With Actions
description: Per-section action buttons + panel-level close + collapse-all.
```

## Left Side

Flip to the opposite rail.

```example
file: examples/LeftSide.ts
html: examples/LeftSide.html
title: Left Side
description: Flip to the opposite rail.
```

```api
```
