Crate tui_form_widget

Source
Expand description

§tui_form_widget

tui_form_widget is a simple form widget akin to HTML’s <Form> for ratatui (It might work for tui-rs aswell but I haven’t tested it).

Structs§

Field
A reference to a specific field’s data in a form that also indicates whether or not it’s valid.
Form
A widget to display data in a collection of fields

Enums§

FormSelection