Toasts
Notificaciones toast.
EstáticoPreview
vhoda
just now
Hello, this is a toast message.
<div class="toast show" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<strong class="me-auto">vhoda</strong>
<small>just now</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">Hello, this is a toast message.</div>
</div>