When something happens, the toast component acts as an alert box that only appears for a few seconds (i.e. when the user clicks on a button, submits a form, etc.).
<div class= "toast" >
<div class= "toast-header" >
Toast Header
</div>
<div class="toast-body">
Toast Body Text
</div>
</div>