iced-yoda/examples/text_input/README.md

11 lines
165 B
Markdown
Raw Normal View History

2023-02-13 11:38:05 +01:00
## 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