.mp-toast-stage
  if !$attrs['hide']
    .mp-toast-container(class={
      delayed: {'mp-toast-in': true},
      remove: {'mp-toast-out': true, delayRemove},
    })
      .mp-toast-widget(class={'mp-toast-is-error': $attrs[`is-error`]})
        .mp-toast-message
          slot
        .mp-toast-cta(on={click: $helpers.ctaClick})= $attrs['cta']
        .mp-toast-close(on={click: $helpers.closeClick})
          svg-icon(attrs={icon: 'x'})
