for when I just want to add a simple textual tooltip to an element. But I canโt just write
Box
in a modifier. How would I go about implementing this?
โ 1
๐ 1
g
Greg Steckman
12/10/2023, 11:03 PM
Take a look at
HoverableElementArea
here. Is that something like what you are looking for? Doesn't really do much on Android since there is no mouse pointer but it works on Desktop and web.
b
brandonmcansh
12/11/2023, 2:04 PM
Working on this actually (not directly M.tooltip(String) but close )๐