ListBox

Selectable list with sections; DropdownItem for menus and selects.

Playground

<ListBox aria-label="Objects" selectionMode="single">
  <ListBoxItem id="alice">Alice Chen</ListBoxItem>
  <ListBoxItem id="acme">Acme</ListBoxItem>
  <ListBoxItem id="notes">Kickoff notes</ListBoxItem>
</ListBox>
Alice Chen
Priya Patel
Acme