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