ListBox

A list of options that a user can select.

See the WAI ARIA guidelines for ListBoxes.

Structure

<ListBox>
	<ListBoxItem />
	<ListBoxSeparator /> (optional)
</ListBox>

Demo