# XWUIDraggable

Pointer-Events drag behavior: moves the host box on a CSS transform, with optional axis lock, parent/viewport bounds, handle grip and disabled state. Emits `dragstart` / `drag` / `dragend` with `{x, y}`.

## Basic Usage

Drag the box freely.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Drag the box freely.
```

## Handle, Axis, Bounds

Grip handle, axis lock, and parent bounds.

```example
file: examples/HandleAxisBounds.ts
html: examples/HandleAxisBounds.html
title: Handle, Axis, Bounds
description: Grip handle, axis lock, and parent bounds.
```
