Stack items vertically, in a column. Combine withDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/marimo-team/marimo/llms.txt
Use this file to discover all available pages before exploring further.
hstack to build a grid of items.
Usage
Signature
Parameters
A list of items.
Align items horizontally: start, end, center, or stretch.
Justify items vertically: start, center, end, space-between, or space-around.
Gap between items as a float in rem. 1rem is 16px by default.
"equal" to give items equal height; or a list of relative heights with same length as items, e.g., [1, 2] means the second item is twice as tall as the first; or None for a sensible default.Returns
Html
An Html object.