Skip to content

Manual trigger

Compare
Choose a tag to compare
@sir-dunxalot sir-dunxalot released this 28 Jul 13:17
· 873 commits to master since this release

This version adds a boolean property that can be used to show/hide the tooltip instead of a DOM event.

Instead of:

{{component
  tooltipContent='Hello'
  tooltipEvent='ready'
}}

You can do:

{{component
  tooltipContent='Hello'
  tooltipEvent='manual'
  tooltipVisibility=showTooltip
}}