<img
  id={{concat 'image-cropper-' this.elementId}}
  class='max-w-full'
  src={{this.source}}
  alt={{this.alt}}>

{{#if this._cropper}}
  {{yield
    (hash
      cropper=this._cropper
      call=(component 'image-cropper-call' obj=this._cropper)
      on=(component 'image-cropper-on' cropper=this._cropper eventSource=this._cropper.element)
    )
  }}
{{/if}}
