Toast
範例
彈出一個短暫訊息
設定時間到達時Toast自動消失
< button type="button" class="btn oringe_btn" id="liveToastBtn">彈跳短訊< /button>
< div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
< div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-bs-delay="10000">
< div class="toast-header">
< i class="fas fa-exclamation-circle me-2 text-yellow">< /i>
< strong class="me-auto">系統通知< /strong>
< small>New< /small>
< button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close">< /button>
< /div>
< div class="toast-body">
建立完成
< /div>
< /div>
< /div>
系統通知
New
10秒消失