feat: added handle to text_input
This commit is contained in:
parent
931b30dc5a
commit
7b36984295
8 changed files with 236 additions and 2 deletions
10
examples/text_input/README.md
Normal file
10
examples/text_input/README.md
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue