Select

Picker over a dropdown listbox; SelectItem and SelectSection for options.

Playground

<Select label="Object type">
  <SelectItem id="person">Person</SelectItem>
  <SelectItem id="company">Company</SelectItem>
  <SelectItem id="note">Note</SelectItem>
</Select>
Object type