Is there an easy way to create tooltips on hover?

Plasmic Team!

Is there an easy method in Plasmic to create tool tips (text onhover) besides manually creating a new component to perform that function? See image for text “Outline” ! :slightly_smiling_face:

There is a really nice NPM package in react that lets you do that but you will have to integrate it into plasmic as I have not done that yet

https://wwayne.github.io/react-tooltip/

You can also just set the good-old “title” html attribute (called “hover text” here)

image.png

I swear I looked before I slacked you! Thanks Chung!