StockFind Brand

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

PropTypeDefaultDescription
selectionMode'none' | 'single' | 'multiple''none'Selection behavior
aria-labelstringAccessibility label (required)

On this page