# XWUIResizable

Resizable container component

## Basic Usage

A resizable card with right, bottom, and corner handles; starts at 280x160.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A resizable card with right, bottom, and corner handles; starts at 280x160.
```

## Horizontal Only

A side panel that resizes only horizontally, clamped between 180px and 420px wide.

```example
file: examples/HorizontalOnly.ts
html: examples/HorizontalOnly.html
title: Horizontal Only
description: A side panel that resizes only horizontally, clamped between 180px and 420px wide.
```

## Constrained

Two-axis resizing clamped to 160-360px wide and 120-280px tall.

```example
file: examples/Constrained.ts
html: examples/Constrained.html
title: Constrained
description: Two-axis resizing clamped to 160-360px wide and 120-280px tall.
```

```api
```
