You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
Is it possible to pass contextual interactive content to Tooltipster?
For example, might you pass the yield of a block-level component to the content option? Something like this (note: this doesn't work)…
// foo.hbs
{{#interactive-tooltiptitle='This is my trigger'}}
<h6>This is my tooltip content.</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
{{/interactive-tooltip}}
Is it possible to pass contextual interactive content to Tooltipster?
For example, might you pass the
yieldof a block-level component to thecontentoption? Something like this (note: this doesn't work)…