<Attach::Popover
    @classNames="ember-attacher-tooltip"
    @ariaRole="tooltip"
    @renderInPlace={{@renderInPlace}}
    @placement={{this.placement}}
    @arrow={{@arrow}}
    @offset={{@offset}}
    @shiftOptions={{@shiftOptions}}
    @animation={{@animation}}
    @hideOn={{@hideOn}}
    @showOn={{@showOn}}
    @interactive={{@interactive}}
    @isShown={{@isShown}}
    @lazyRender={{@lazyRender}}
    @showDelay={{@showDelay}}
    @showDuration={{@showDuration}}
    @transitionDuration={{@transitionDuration}}
    ...attributes
>{{yield}}</Attach::Popover>