iced-mobile/examples/tooltip
Héctor Ramón Jiménez 2736e4ca35 Hide `Text` as an implementation detail of `Tooltip` 2021-02-24 00:59:29 +01:00
..
src Hide `Text` as an implementation detail of `Tooltip` 2021-02-24 00:59:29 +01:00
Cargo.toml feat(native): add Tooltip widget 2021-02-15 19:37:46 +03:00
README.md feat(native): add Tooltip widget 2021-02-15 19:37:46 +03:00

README.md

Tooltip

A tooltip.

It displays and positions a widget on another based on cursor position.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package tooltip