--- classes: { 'success': 'text-green-800', 'notice': 'text-yellow-800', 'error': 'text-red-800' } container_classes: { 'success': 'bg-green-100 border-green-600', 'notice': 'bg-yellow-100 border-yellow-600', 'error': 'bg-red-100 border-red-600' } --- {{# @name Notification @desc The notification component. Currently used in `resources/views/page_builder/_form.antlers.html`.. #}}