Function layout_engine::grid::layout_grid
source · pub fn layout_grid(
rect: Rect,
cfg: GridConfig<'_>,
items: &[impl GridLayout]
) -> Layouted
Expand description
Layouts items in a grid layout, akin to css grid.
pub fn layout_grid(
rect: Rect,
cfg: GridConfig<'_>,
items: &[impl GridLayout]
) -> Layouted
Layouts items in a grid layout, akin to css grid.