Crate tui_dialog

Crate tui_dialog 

Source
Expand description

A widget for entering a single line of text in a dialog for Ratatui.

Based on https://github.com/ratatui/ratatui/blob/v0.26.1/examples/user_input.rs.

Structs§

Dialog
The data structure for the dialog.

Constants§

BOTTOM_TITLE
The default title at the bottom of the widget.