orangy
Modifier.tooltip("Text")
for simple cases and then Modifier.tooltip { … }
with Slot API for custom tooltips.Adam Powell
12/26/2020, 4:33 PMModifier.composed {}
and the Popup
API, and might call for some tweaking of Popup itself to get the anchoring right as a modifierAdam Powell
12/26/2020, 4:33 PMorangy
Dominaezzz
12/26/2020, 4:45 PMAdam Powell
12/26/2020, 5:16 PMPopup
that makes writing it straightforward was present for 1.0 at least.