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

The tab component creates tab navigation handles that allow users to switch between different content sections within the same page. Tabs are essential for organizing related content in a space-efficient manner while maintaining clear navigation between different sections.

Tab components handle active state indication, visual styling, and accessibility attributes to ensure tab navigation is both visually clear and functionally accessible.

The tab_wrapper component provides the structural container for tab-based interfaces.

There are also tab_pane_wrapper and tab_pane components that work together to create the content areas associated with each tab. The tab_pane_wrapper serves as a container for the individual tab_pane components, which represent the content sections that are shown or hidden based on the active tab selection.

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

Tab

{{ super() }}

Tab pane

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