hefesto-widgets 0.7.3

Ratatui widgets for the Hefesto TUI toolkit: popups, scrollable lists, trees, text input and spinners
Documentation
mod auto_sized;
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 auto_sized::AutoSized;
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;