{%- extends "theming/base_component.html" -%}
{%- set parametrized = parametrized or ["popover", "popover_handle"] -%}
{%- block overview -%}
The popover component creates popover content containers that appear near
specific elements to provide additional information or controls. Popovers are
less intrusive than modals and are typically used for contextual help, quick
actions, or supplementary information that doesn't require full user focus.
Popover components handle positioning relative to their trigger elements,
ensuring they remain visible and accessible. They often appear on hover or
click and disappear when the user moves away or clicks elsewhere. The component
works with popover_handle components to provide the trigger
mechanism for showing and hiding popovers.
{%- endblock %}