ListBox
Selectable list of options
Basic Usage
Apple Inc.
Microsoft Corp.
Alphabet Inc.
Amazon.com Inc.
NVIDIA Corp.
<ListBox aria-label="Stock selection" selectionMode="single">
<ListBox.Section>
<Header>Tech Stocks</Header>
<ListBox.Item id="aapl" textValue="Apple Inc.">
<Label>AAPL</Label>
<Description>Apple Inc.</Description>
<ListBox.ItemIndicator />
</ListBox.Item>
</ListBox.Section>
</ListBox>Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
selectionMode | 'none' | 'single' | 'multiple' | 'none' | Selection behavior |
aria-label | string | — | Accessibility label (required) |