Layouts#
marimo has higher-order layout elements. Unlike elements in marimo.ui
, these
don’t have any values associated with them but just render their children in a
certain way.
Accordion of one or more items. |
|
Build a callout output. |
|
Center an item. |
|
Stack items horizontally, in a row. |
|
Left-justify an item. |
|
Right-justify an item. |
|
Stack items vertically, in a column. |
|
Tabs of UI elements. |
|
Render a nested structure of lists, tuples, or dicts as a tree. |