A HTML list component allows to select a single item - similar to a dropdown, but allows to have HTML content for the options. It has various modes on how it is being used.

  • Collapsed mode: The list would not show all options, but just the current option. Clicking the list would show the options either in a popup or in a dropdown.
  • Expanded mode: The list would show all options - highlighted the current option.

The is also a short label available which is used in the collapsed mode for the button and in the expanded mode for a label.

Index

Interfaces

Type Aliases

Variables

Generated using TypeDoc