ember-cli-tooltipster icon indicating copy to clipboard operation
ember-cli-tooltipster copied to clipboard

An Ember CLI add-on that wraps jQuery Tooltipster into an ember component.

Results 2 ember-cli-tooltipster issues
Sort by recently updated
recently updated
newest added

I am running into an issue where I want to have a tooltip using this addon only when a certain property is true or false. Right now I am doing...

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...