{%- extends "theming/base_component.html" -%} {%- block overview -%}
The toast component displays toast notification messages that appear
briefly to provide feedback about operations or system events. Toast
notifications are less intrusive than alerts and typically disappear
automatically after a short period, making them ideal for non-critical
information that doesn't require user action.
Toast components are often used for confirming successful operations, providing status updates, or alerting users to events that don't require immediate attention. They typically appear in a corner of the screen and can be dismissed manually or disappear automatically, ensuring they don't interfere with ongoing user tasks.
{%- endblock %}