# XWUISortableList

Drag-and-drop sortable list using the HTML5 drag API. Renders any item shape via the `renderItem` callback.

## Basic Usage

Reorderable list of strings.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Reorderable list of strings.
```

## Rich Items

Custom row renderer with drag handle + avatar + text.

```example
file: examples/RichItems.ts
html: examples/RichItems.html
title: Rich Items
description: Custom row renderer with drag handle + avatar + text.
```

## On Change

Subscribe to order changes via `onChange()`.

```example
file: examples/OnChange.ts
html: examples/OnChange.html
title: On Change
description: Subscribe to order changes via `onChange()`.
```

```api
```
