mirror of https://github.com/hashicorp/consul
12 lines
253 B
Handlebars
12 lines
253 B
Handlebars
|
<EmberTooltip
|
||
|
@targetId={{targetId}}
|
||
|
@onHide={{oncomplete}}
|
||
|
@isShown={{isShown}}
|
||
|
@duration={{duration}}
|
||
|
@event={{if isShown 'none' (or event 'hover')}}
|
||
|
@popperContainer=".app-view"
|
||
|
@side={{or position 'top'}}
|
||
|
>
|
||
|
{{yield}}
|
||
|
</EmberTooltip>
|