{%- extends "theming/base_component.html" -%} {%- block overview -%}

The dropdown component provides the structural foundation for dropdown menus. It ensures proper positioning, styling, and behavior for dropdown components. This wrapper works with dropdown-related components to create consistent menu experiences across different themes.

The dropdown_item component creates individual items within dropdown menus, providing the clickable elements that appear when dropdown menus are activated.

{%- endblock %} {%- block parameters -%}

Dropdown

{{ super() }}

Dropdown item

{{ parameters_table("dropdown_item") }} {%- endblock %}