ratkit 0.2.16

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
#[cfg(feature = "button")]
pub mod button;

#[cfg(feature = "dialog")]
pub mod dialog;

#[cfg(feature = "menu-bar")]
pub mod menu_bar;

#[cfg(feature = "pane")]
pub mod pane;

#[cfg(feature = "resizable-grid")]
pub mod resizable_grid;

#[cfg(feature = "scroll")]
pub mod scroll;

#[cfg(feature = "statusline")]
pub mod statusline;

#[cfg(feature = "termtui")]
pub mod termtui;

#[cfg(feature = "toast")]
pub mod toast;

#[cfg(feature = "tree-view")]
pub mod tree_view;

#[cfg(feature = "widget-event")]
pub mod widget_event;