An Ember addon that uses balloon.css to enable css driven tooltips within your application.
Use the balloon-tooltip component to create a new DOM element with a tooltip.
By default, the tooltip will appear when you hover over the element.
You can programatically control the tooltip by using the visible
attribute.
The example above will ensure that the tooltip is always shown.
The options are up
, down
, left
, right
.
You can opt to control the length of the tooltip for varying text sizes. The default is for the tooltip to remain on one line.
The options are small
, medium
, large
, fit
.
ember install ember-balloon-tooltip
yarn test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server