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
| Parameter | Type |
|---|---|
__namedParameters | ListBoxItemProps |
Returns
Element
Example
<ListBoxItem id="react">React</ListBoxItem>