--- 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`.. #}}
{{ svg :src="type" class="h-5 w-5 {view:classes[type]} fill-current motion-safe:transition-colors" alt="" aria-hidden="true" }}

{{ content }}