Skip to main content

Function: ListBoxItem()

ListBoxItem(__namedParameters): Element

Defined in: components/ListBox/ListBox.tsx:104

A single option inside a ListBox. Entity = Selection → reads vars.colors.input.primary.* and surfaces the selected State (set membership) — the same chrome as SelectItem.

Parameters

ParameterType
__namedParametersListBoxItemProps

Returns

Element

Example

<ListBoxItem id="react">React</ListBoxItem>