Application
Application Toasts Error
Live Preview
<div role="alert" class="rounded-md border border-red-500 bg-red-50 p-4 shadow-sm">
<div class="flex items-start gap-4">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="-mt-0.5 size-6 text-red-700"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"
/>
</svg>
<div class="flex-1">
<strong class="block leading-tight font-medium text-red-800"> Error </strong>
<p class="mt-0.5 text-sm text-red-700">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ducimus, dignissimos.
</p>
</div>
</div>
</div>