summaryrefslogtreecommitdiffstats
path: root/examples/text_input/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text_input/README.md')
-rw-r--r--examples/text_input/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/text_input/README.md b/examples/text_input/README.md
new file mode 100644
index 00000000..2b2d8059
--- /dev/null
+++ b/examples/text_input/README.md
@@ -0,0 +1,10 @@
+## TextInput
+
+A `TextInput` is a field that can be filled with text.
+
+You can run it with `cargo run`:
+```
+cargo run --package text_input
+```
+
+[`main`]: src/main.rs