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

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

Enums