Dropdowns

A dropdown presents a compact list for choosing one option or executing related actions. This page covers selection pickers (native select) and action menus (custom menu panels).

When to use

When not to use

Variants

Variant Usage
Selection dropdown Single value from a fixed list; use native <select> in forms when possible
Action menu Commands or navigation; group with dividers, sentence case labels
Multi-level menu Deep hierarchies; prefer flattening or search for more than two levels

Example — selection

Example — action menu

Light mode

Dark mode

Accessibility

Related components