bulma-tooltip
bulma-tooltip copied to clipboard
Display a tooltip attached to any kind of element, in different position.
Hi, thanks for this extension. Works really well except for this issue that I ran into -  ^ see the tooltip getting clipped off on the left. This happens...
See screenshot:  The text with tooltip is at the beginning of 2nd line, but the tooltip is at the end of the 1st line. This is unexpected. Source code...
For multiline tooltips it would be nice to accept a multi line input and preserve line breaks. pre-line will keep the source line breaks.
In this PR, I added transition delay variable, allowing the developper to delay the apparition of the tooltip. In some cases, it is more instersting to have a small delay.
A workaround is to set set the `overflow` property in the `tabs` element as follows : overflow: visible !important; As mentioned here : https://github.com/Wikiki/bulma-tooltip/issues/33 But another problem remains : the...
 ```html Offline ``` breaks the arrow orientation. if you remove the ``has-tooltip-danger`` class, then the arrow is ok.. but no color. Same as this issue: https://github.com/Wikiki/bulma-tooltip/issues/61
I'm trying to update tooltip text dynamically in angular project. I have tried both text interpolation and attribute binding but none of them works. **Text interpolation eg:** ``` ``` **Attribute...
How do I get rid of the dashed line? I noticed buttons don't have it, but I have an anchor tag that is styled as a bulma button, and it...
The documentation recommends using "has-tooltip-multiline" to add a multiline tooltip, but the source code that seems to work is "has-tooltipl-multiline", with that L typo. 
I cannot get this to work within a Svelte app. I'm no expert but suspect it's due to how Svelte prunes rules not explicitly used within the markup (? -...