Is there a way to add tooltips on hover on an image? (I’m using an image as an icon)
You can click on the state in the right sidebar or directly use effects. Note: Currently, the state feature only supports differences in layout, componentFrame, opacity, border, backgroundColor, and color for the hover state.
You can try this approach: place the image inside a view, and within this view, add an absolutely positioned view containing hint text, positioned on top. Then, using the state feature mentioned earlier, set the overflow property to hidden in the normal state, and change it to visible when hovering. You can refer to the configuration in this project: MOMEN | Build web apps without code.