# XWUICommand

Command palette / command-menu component. Composes XWUIInput + XWUIList. Companion to the more elaborate basic-tier `XWUICommandPalette` (which wires hotkey + backdrop).

## Basic Usage

Search input + list of items with actions.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Search input + list of items with actions.
```

## With Keywords

Aliases that extend fuzzy matching beyond the label.

```example
file: examples/WithKeywords.ts
html: examples/WithKeywords.html
title: With Keywords
description: Aliases that extend fuzzy matching beyond the label.
```

## Programmatic

Drive `open()` / `close()` / `toggle()` from your own button.

```example
file: examples/Programmatic.ts
html: examples/Programmatic.html
title: Programmatic
description: Drive `open()` / `close()` / `toggle()` from your own button.
```

```api
```
