Thursday, June 04, 2026 1:12:25 AM
> toast_component.slim
.toast.fade.show[
  class=color_class
  role="alert"
  aria-live="assertive"
  aria-atomic="true"
  data-controller="toasts"
  data-toasts-target="toast"
]
  .toast-header.pb-0.pt-3.pe-3
    strong.me-auto = sanitize title
    - if subtitle.present?
      small.text-body-secondary = sanitize subtitle
    button.btn-close type="button" data-bs-dismiss="toast" aria-label="Close"
  .toast-body = sanitize body
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2