side-by-side
side-by-side(columns: auto, gutter: 1em, lazy-layout: true, ..bodies)(source)A simple wrapper around grid that creates a single-row grid. Used as the default composer for multi-body slides.
Example: side-by-side[a][b][c] will display a, b, and c side by side.
Parameters
columns : auto | array default: auto
The column widths. Default is auto, which creates equal-width columns matching the number of bodies.
gutter : length default: 1em
The space between columns. Default is 1em.
lazy-layout : bool default: true
When true, wraps the grid with lazy-layout so that lazy-v markers inside the bodies are resolved correctly. Default is true.
..bodies : content
The contents to display side by side.
Returns: content