{%- extends "theming/base_component.html" -%} {%- set parametrized = parametrized or ["dropdown", "dropdown_item"] -%} {%- 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.