# XWUIInputEmoji

Scrollable grid picker for emoji with search bar + per-category sections. Renders `XWUIEmoji` cells from a bundled dataset.

## Basic Usage

Default grid with search.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default grid with search.
```

## Preselected

Start with `value: "🎉"` already chosen.

```example
file: examples/Preselected.ts
html: examples/Preselected.html
title: Preselected
description: Start with `value: "🎉"` already chosen.
```

## Flat Grid

`groupByCategory: false` for a single scrollable grid.

```example
file: examples/FlatGrid.ts
html: examples/FlatGrid.html
title: Flat Grid
description: `groupByCategory: false` for a single scrollable grid.
```

```api
```
