hefesto-widgets 0.5.3

Ratatui widgets for the Hefesto TUI toolkit: popups, scrollable lists, trees, text input and spinners
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod choose_popup;
mod confirmation_popup;
mod file_browser;
mod file_browser_popup;
mod themed_confirmation_popup;
mod spin_popup;
mod text_input_popup;
mod tree_popup;

pub use choose_popup::{ChoosePopup, ChoosePopupState};
pub use confirmation_popup::ConfirmationPopup;
pub use file_browser::FileBrowser;
pub use file_browser_popup::{FileBrowserPopup, FileBrowserState};
pub use themed_confirmation_popup::{ConfirmationVariant, ThemedConfirmationPopup};
pub use spin_popup::SpinPopup;
pub use text_input_popup::TextInputPopup;
pub use tree_popup::TreePopup;