mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
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>
|