Listbox
A renderless component for displaying a list of selectable options. Supports single or multiple selection, dynamic content, keyboard navigation, and customizable item rendering.
This component wraps ListboxBuilder and exposes its behavior as a renderless component.
API Reference
ListboxProps
This type extends all properties from `ListboxBuilderOptions`.
| Property | Type | Default | Description |
|---|---|---|---|
children | Snippet | Listbox content to render The snippet receives the ListboxBuilder instance as parameter. |