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

A notification component is used to alert users with various statuses or messages. Notifications can provide feedback about user actions, inform about updates, or display error messages.

Notifications can appear as banners, toasts, or modal dialogs and are often color-coded to indicate the type of message, such as success, error, warning, or information.

{% endblock %}