8 lines
452 B
HTML
8 lines
452 B
HTML
<div class="toast position-fixed bottom-0 end-0" role="alert" aria-live="assertive" aria-atomic="true"
|
|
data-controller="toast" data-action="weiroToast@window->toast#showToast">
|
|
<div class="toast-header">
|
|
<strong class="me-auto" data-toast-target="title">Title</strong>
|
|
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
|
</div>
|
|
<div class="toast-body" data-toast-target="body">Body</div>
|
|
</div> |