# XWUIInputIconPicker

Single-line input that shows the current icon + its name, with a trigger that opens `XWUIInputIcon` inside an overlay popup.

## 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 `bell` already chosen + custom placeholder.

```example
file: examples/Preselected.ts
html: examples/Preselected.html
title: Preselected
description: Start with `bell` already chosen + custom placeholder.
```

## Folder Icon

A large picker for a "customize folder" dialog, prefilled with the `folder` glyph.

```example
file: examples/FolderIcon.ts
html: examples/FolderIcon.html
title: Folder Icon
description: A large-size folder-icon field starting on the folder glyph.
```

## Budget Category Icon

A compact field for tagging a budget category, prefilled with the `tag` icon.

```example
file: examples/CategoryIcon.ts
html: examples/CategoryIcon.html
title: Budget Category Icon
description: A small icon field for a budget category with concrete search hints.
```

```api
```
