Skip to main content

Module components

Module components 

Source
Expand description

Hand-written Ratatui source for composite components.

Each module is self-contained the same way elements/ modules are: the only non-std imports are ratatui, sibling element/component modules, and super::super::theme. When ono add copies a component, all its transitive deps (elements and other components) are copied too, so the relative super::super::elements::* paths still resolve.

Modules§

boot
Component: boot — animated boot log.
dashboard
Component: dashboard — command-center style monitoring view.
map
Component: map — animated global traffic map.
splash
Component: splash — animated FIGlet wordmark.
statusbar
Component: statusbar — one-line status bar.