pub fn layout_grid(
    rect: Rect,
    cfg: GridConfig<'_>,
    items: &[impl GridLayout]
) -> Layouted
Expand description

Layouts items in a grid layout, akin to css grid.