# XWUIInputEmojiPicker

Single-line input that shows the current emoji + name, with a trigger that opens `XWUIInputEmoji` in an overlay. Mirrors `XWUIInputIconPicker`.

## Basic Usage

Empty picker with a label.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty picker with a label.
```

## Preselected

Start with 🎉 already chosen.

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

## Status Emoji

A "set your status" field that starts on 💻 and customizes the overlay search placeholder.

```example
file: examples/StatusEmoji.ts
html: examples/StatusEmoji.html
title: Status Emoji
description: A status field defaulting to 💻 with a "Search moods…" prompt in the picker.
```

## Compact Size

The picker at the small `sm` size for dense inline toolbars.

```example
file: examples/CompactSize.ts
html: examples/CompactSize.html
title: Compact Size
description: A small-size reaction picker that fits inline in a comment toolbar.
```

```api
```
