ratatui-kit 0.10.2

A framework for building interactive terminal user interfaces with ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod component;
mod layout;
mod render;
mod state;
mod types;
mod wrap;

pub use component::{Table, TableProps, TableTheme};
pub use state::TableState;
pub use types::{
    HighlightSpacing, RenderTableRow, TableBorderMode, TableCell, TableCellAlignment, TableColumn,
    TableWrapMode,
};