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