sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-popover with an arrow

sylwiaeb opened this issue · comments

Is there a way to render ember-popover with arrows, just like ember-tooltips?

@sylwiaeb Yup, popovers and tooltips are rendered the same, just with different CSS classes applied by default. Popover arrows are just not styled to be visible. You can checkout the default CSS for what to override or you can add arrowClass='my-popover-class-with-arrows' to a popover to specify your own class to use for overriding the default styles.

@maxfierke Not sure yet which styles exactly need to override however when I tried with arrowClass=tooltip-arrow ember-tooltip-arrow the popover rendered with the arrow. I thought there's something else involved but I'll figure it out, thank you!