My website is fairly complex, so I wanted to add tool tips to a handful of buttons.
Is the only way to do so creating a boolean variable to bind the display of a tool tip to a hover?
I would prefer to not have to create 10 tool tip display variables to bind.
I was hoping there might be an integrated function that does this with any container. Any suggestions?
I was trying to look into loading custom CSS tooltip style in the head, then applying custom CSS on an element, but I’m not too well versed in this area and couldn’t get it to work. Not sure if it would even work. Kind of like what this link is talking about. CSS Tooltip