Hi, Is it possible to create this kind of experien...
# compose-desktop
s
Hi, Is it possible to create this kind of experience in a Compose-Desktop app? e.g.: In React we have these options https://react-joyride.com/
a
That looks like a tooltip, maybe this can help https://medium.com/@MrAndroid/tooltips-in-jetpack-compose-d7667cb5ae0d
z
last I used the Tooltip API it was slightly different from the one on android and kind of confusing, it might have changed. Here's an example of it: https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/TooltipSamples.kt
a
I'm not sure it's possible yet with Google Material components yet on Compose Desktop without creating it from scratch, JetBrains has a desktop theme and components in Compose desktop: https://github.com/JetBrains/jewel It's still in active development.
s
@Alejandro Rios and @zt I'll take a look. thanks!
@Ahmed Riyadh interesting, I didn't know there was a JetBrains theme... I'll try it, thanks!
a
As far as I remember, the library add Jetbrains runtime and other dependencies, it's a little bit more than theme and components, make sure to see the bundle sise after using the library