rat-widget 3.0.2

ratatui widgets extended edition
Documentation
1
2
3
4
5
6
7
//! Text-Input widget.
//!
//! See [rat-text](https://docs.rs/rat-text/latest/rat_text/)

pub use rat_text::text_input::{
    TextInput, TextInputState, handle_events, handle_mouse_events, handle_readonly_events,
};