iced/examples/pure/pick_list
2022-02-16 17:16:34 +07:00
..
src Implement pure version of pick_list example 🎉 2022-02-16 17:16:34 +07:00
Cargo.toml Implement pure version of pick_list example 🎉 2022-02-16 17:16:34 +07:00
README.md Implement pure version of pick_list example 🎉 2022-02-16 17:16:34 +07:00

Pick-list

A dropdown list of selectable options.

It displays and positions an overlay based on the window position of the widget.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package pick_list