diff options
author | 2023-02-13 11:38:05 +0100 | |
---|---|---|
committer | 2023-04-11 05:11:19 +0200 | |
commit | 7b369842959511f17d5c27941fd0308484bff8ea (patch) | |
tree | db4bcb9ce1f8770e00a51743e397ad4f89b0be60 /examples/text_input/README.md | |
parent | 931b30dc5ac17b65b1fb996cb4b87fc946c410e3 (diff) | |
download | iced-7b369842959511f17d5c27941fd0308484bff8ea.tar.gz iced-7b369842959511f17d5c27941fd0308484bff8ea.tar.bz2 iced-7b369842959511f17d5c27941fd0308484bff8ea.zip |
feat: added handle to text_input
Diffstat (limited to 'examples/text_input/README.md')
-rw-r--r-- | examples/text_input/README.md | 10 |
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 |