You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the SVG <title> element and the default browser rendering it conveys? (Note: this is not the same as the title attribute you can use on div/img/spans in html, it needs to be a child element named title)
Is your feature request related to a problem? Please describe...
I'd like to set a title on / elements
Describe the solution you'd like
<b-icon-envelope :title="user_email"></b-icon-envelope>
Describe alternatives you've considered
wrapping in a parent element having a title set
Additional context
https://stackoverflow.com/questions/10643426/how-to-add-a-tooltip-to-an-svg-graphic
the SVG <title> element and the default browser rendering it conveys? (Note: this is not the same as the title attribute you can use on div/img/spans in html, it needs to be a child element named title)
It does work:
The text was updated successfully, but these errors were encountered: