Toasts

<Bs::Toast as |toast|>
  <toast.header>
    <svg
      class="bd-placeholder-img rounded me-2"
      width="20"
      height="20"
      xmlns="http://www.w3.org/2000/svg"
      aria-hidden="true"
      preserveAspectRatio="xMidYMid slice"
      focusable="false"
    ><rect width="100%" height="100%" fill="#007aff"></rect></svg>
    <strong class="me-auto">My Title</strong>
    <small class="ms-2">Just Now</small>
    <Bs::CloseButton data-bs-dismiss="toast" />
  </toast.header>
  <toast.body>My Body</toast.body>
</Bs::Toast>