An Ember CLI add-on that wraps Tooltipster into an ember component. The component supports only the basic options. Pull requests are welcome.
# install via npm
$ npm install ember-cli-tooltipster --save-dev
# run blueprint to fetch dependencies
$ ember g ember-cli-tooltipster
with options
When using tooltipster, the following options are available:
Type: String
Default: top
Set the position of the tooltip.
Available options: [right, left, top, top-right, top-left, bottom, bottom-right, bottom-left]
Type: String
Default: fade
Determines how the tooltip will animate in and out.
Available Options: [fade, grow, swing, slide, fall]
Type: Number
Default: 200
Delay how long it takes (in milliseconds) for the tooltip to start animating in.
Type: String
Default: tooltipster-default
Set the theme used for your tooltip.
###triggerEvent
Type: String
Default: 'hover'
Set how tooltips should be activated and closed.
Available options: [hover, click]