Skip to main content

Module components

Module components 

Source

Re-exports§

pub use markdown::DefaultTextStyle;
pub use markdown::Markdown;
pub use markdown::MarkdownTheme;
pub use markdown::StyleFn;
pub use markdown::highlight_code;
pub use markdown::path_to_language;
pub use rc_ref_cell_component::RcRefCellComponent;
pub use box::TuiBox as Box;
pub use dynamic_lines::DynamicLines;
pub use editor::Editor;
pub use loader::Loader;
pub use select_list::SelectItem;
pub use select_list::SelectList;
pub use spacer::Spacer;
pub use text::Text;

Modules§

box
diff
dynamic_lines
editor
loader
markdown
Markdown rendering using comrak’s tree-based AST.
rc_ref_cell_component
select_list
spacer
text