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

A modal component is a dialog box that appears on top of the current page content, requiring user interaction before they can return to the main content. Modals are used for tasks such as displaying alerts, forms, or additional information without navigating away from the current page.

Modals can be customized with various elements, including headers, footers, buttons, and form fields, to suit different purposes.

{% endblock %}