Installation
Preview
Source
Adapted from slev12397/beautiful-ui under the MIT License. Commercial icons were replaced and demo analytics were removed; attribution remains bundled with the component foundation.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| items | readonly string[] | — | Searchable options. |
| query | string | — | Controlled search value. |
| defaultQuery | string | "" | Initial query. |
| placeholder | string | — | Input placeholder. |
| onQueryChange | (query: string) => void | — | Reports query changes. |
| onSelect | (item: string) => void | — | Handles option selection. |