Module sidebar

Module sidebar 

Source
Expand description

Contains the sidebar related widget and data enums.

Re-exports§

pub use sidebar::*;
pub use column::*;
pub use row::*;

Modules§

column
Distribute content rows vertically while setting the row width to widest row.
row
Distribute content columns horizontally while setting the column height to highest column.
sidebar
There are two options available: Sidebar and SidebarWithContent.