Dropdown

Component that allows users to select one option from a list of predefined options.

For accessibility and mobile responsiveness, all dropdowns are triggered by a click on the trigger element. This ensures consistent behavior across devices, as mobile layouts do not support hover interactions.

Moreover, dropdowns can be applied in any element, such as a, ul, ol, etc., but in this guide, button and nav elements are used.

Button Dropdown

Buttons that have hidden extra options. Please refer to HPUCSS Buttons for more usage info.