summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-16 13:22:55 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-08 10:41:18 +0200
commitb1afadf1a2162e236525c466b6b3099a2623a2de (patch)
treee1fa7e7eba82166a9717a4826322340421779ac7 /examples/combo_box/README.md
parentf064f0482b653a1fbee4afbddcecf91e3a399004 (diff)
downloadiced-b1afadf1a2162e236525c466b6b3099a2623a2de.tar.gz
iced-b1afadf1a2162e236525c466b6b3099a2623a2de.tar.bz2
iced-b1afadf1a2162e236525c466b6b3099a2623a2de.zip
Draft `combo_box` example to test overlay logic
Diffstat (limited to '')
-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..4d9fc5b9
--- /dev/null
+++ b/examples/combo_box/README.md
@@ -0,0 +1,18 @@
+## Counter
+
+The classic counter example explained in the [`README`](../../README.md).
+
+The __[`main`]__ file contains all the code of the example.
+
+<div align="center">
+ <a href="https://gfycat.com/fairdeadcatbird">
+ <img src="https://thumbs.gfycat.com/FairDeadCatbird-small.gif">
+ </a>
+</div>
+
+You can run it with `cargo run`:
+```
+cargo run --package counter
+```
+
+[`main`]: src/main.rs