iced/examples/text_input/README.md
2023-04-11 05:11:19 +02:00

10 lines
165 B
Markdown

## 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