# XWUIList

List component using XWUIItemGroup

## Basic Usage

Simple list of items.

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

## Sizes

Different size presets.

```example
file: examples/Sizes.ts
html: examples/Sizes.html
title: Sizes
description: Different size presets.
```

## Variants

Different variant options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Different variant options.
```

## Drag to Reorder

`reorderable: true` adds a grip handle per row and native HTML5 drag-and-drop (no external library) - drag a row anywhere in the list, drop it, and `onReorder(items)` fires with the new order. See the "Drag to Reorder" section of the Showcase example.

```api
```
