//! A minimal desktop-style footer / status bar.
//!
//! The footer is a thin container with the given content placed inside.
//! Because the footer itself is content-agnostic, direction is not a
//! parameter here — pass a direction-aware `row` (built with
//! [`crate::direction::row_dir`]) as the `content` when you need
//! start / end layout inside the footer.
use ;
use cratechrome_container_style;
/// Wrap `content` in a chrome-styled footer bar.