{% extends 'landing/component/subsection/definition.html' %} {% block subsection_content %}

A tab component is used to organize content into multiple sections that can be easily navigated by switching between tabs. Tabs help in managing and displaying related content without overwhelming the user.

Each tab typically has a title, and clicking on a tab displays the corresponding content section while hiding others.

{% endblock %}