toast-message.hbs 250 B

12345
  1. <div {{bind-attr class=":toast-message toast.isVisible:visible"}}>
  2. <p {{bind-attr class="toast.isInfo:message-info toast.isSuccess:message-success toast.isWarning:message-warning toast.isError:message-danger"}}>
  3. {{toast.message}}
  4. </p>
  5. </div>