mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 18:56:41 +00:00
13 lines
501 B
Handlebars
13 lines
501 B
Handlebars
![]() |
<div class="dynamic-tooltip {{@options.className}}" ...attributes>
|
||
|
{{component @options.triggerComponent.name options=@options.triggerComponent.options}}
|
||
|
|
||
|
{{!-- From ember-tooltips --}}
|
||
|
<PopoverOnElement @event={{or @options.triggerOn "click"}}>
|
||
|
<section class="dynamic-tooltip__content">
|
||
|
{{#each @options.contentComponents as |contentComponent|}}
|
||
|
{{component contentComponent.name options=contentComponent.options}}
|
||
|
{{/each}}
|
||
|
</section>
|
||
|
</PopoverOnElement>
|
||
|
</div>
|