iced/examples/text_input/README.md
2023-04-12 03:55:18 +02:00

15 lines
No EOL
425 B
Markdown

# Text Input
This example shows basic usage of text edit.
The button delays the change of the text field state to allow testing of the corner cases.
<div align="center">
<a href="https://gfycat.com/everycarelessisabellinewheatear">
<img src="https://thumbs.gfycat.com/EveryCarelessIsabellinewheatear-max-1mb.gif" height="400px">
</a>
</div>
You can run it with cargo run:
```bash
cargo run --package text_input
```