v0.0.14
components

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`.

PropertyTypeDefaultDescription
children
Snippet
Listbox content to render
The snippet receives the ListboxBuilder instance as parameter.

Examples

Horizontal