empty Widget
The empty widget is invisible and takes no space.
Example
# Ruby
nav_page(title: "Empty Page") { empty }
#![allow(unused)] fn main() { // Rust nav_page("Empty Page", empty()) }
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
The empty widget is invisible and takes no space.
# Ruby
nav_page(title: "Empty Page") { empty }
#![allow(unused)] fn main() { // Rust nav_page("Empty Page", empty()) }