Module ambient_ui::select

source ·
Expand description

Defines elements that can be used to select an item from a list.

Structs

  • A dropdown select element. Presents a button next to content that, when clicked, shows a dropdown with the items in items.
  • A DropdownSelect that shows the current item for you automatically.