summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/README.md
diff options
context:
space:
mode:
authorLibravatar Joao Freitas <51237625+jhff@users.noreply.github.com>2023-07-13 13:51:29 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-26 21:59:42 +0200
commitdd5ef8b90895f626d4b8f0466c4457c5abf451a0 (patch)
tree0f43f2b86ee38460e33612e928e1c8343863a9dd /examples/combo_box/README.md
parent4cf1b4fd1c8f45fe50ff254decd91f0d589f70ff (diff)
downloadiced-dd5ef8b90895f626d4b8f0466c4457c5abf451a0.tar.gz
iced-dd5ef8b90895f626d4b8f0466c4457c5abf451a0.tar.bz2
iced-dd5ef8b90895f626d4b8f0466c4457c5abf451a0.zip
Add ComboBox widget
- Widget implementation - Widget helper - Example
Diffstat (limited to 'examples/combo_box/README.md')
-rw-r--r--examples/combo_box/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/combo_box/README.md b/examples/combo_box/README.md
new file mode 100644
index 00000000..5fc87469
--- /dev/null
+++ b/examples/combo_box/README.md
@@ -0,0 +1,18 @@
+## Combo-Box
+
+A dropdown list of searchable and 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.
+
+<div align="center">
+ <img src="TODO">
+</div>
+
+You can run it with `cargo run`:
+```
+cargo run --package combo_box
+```
+
+[`main`]: src/main.rs