Crate ratatui_input

Source
Expand description

Simple to use Input widget for use with the ratatui crate See the exmaples for more info on using it

Structs§

Input
Input widget
InputState
Stored state of the input widget. Used for the cursor position, text selection and windowing/scrolling
Selection
Selected text inside the InputState

Enums§

Message
Messages passed to the InputState