summaryrefslogtreecommitdiffstats
path: root/examples/text_input/README.md
blob: 2b2d80590ffc64989d283e3c60e3b67aac9584c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
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