Any Tool tip jetpack compose multiplatform librari...
# compose
y
Any Tool tip jetpack compose multiplatform libraries?
a
There’s
TooltipBox
for Android (possibly works well on iOS too, but has some problems on desktop), and there’s
TooltipArea
for the desktop.
You could probably mash them together for something usable via expect/actual.
j
Just use the M3 ones, https://m3.material.io/components/tooltips/overview I think it should be added into later versins of CMP 🙂
a
That’s a spec, not an implementation. The implementation is TooltipBox, which, as I wrote, has some issues on the desktop at the moment.
👍 3
j
The implementation references are at that page, but yeah 🙂
s
TooltipBox
might be acceptable for your usage. Since 1.6.0-rc01 (I think) it does display a tooltip.
198 Views