DEV Community

Discussion on: Is there any way to put HTML code in Tooltip?

Collapse
 
weeb profile image
Patrik Kiss • Edited

I guess it depends on what kind of framework you are using (if you are).

If you use bootstrap tooltip, then yes, it's easily possible, using data-html attribute, and set it to true. Like data-html="true"

It's in the documentation

Collapse
 
abhishekpakhare97 profile image
Abhishek Ramesh Pakhare

Thank you so much for your response. I am familiar with bootstrap but right now I am using Materialize CSS framework. What I want to do is to make a table within the tooltip