summaryrefslogtreecommitdiffstats
path: root/src/canvas/components.rs
blob: 3493dfb1363c6c5fd42c81379d5350518da72948 (plain)
1
2
3
4
5
6
7
//! Cstom ratatui widgets used by the rest of bottom as lower-level components.

pub mod data_table;
pub mod pipe_gauge;
pub mod time_chart;
pub mod time_graph;
pub mod widget_carousel;