mo.sidebar - they will be displayed in the order they are called.
Usage
Signature
Parameters
The content to display in the sidebar. Strings are wrapped in
mo.md(), lists are wrapped in mo.vstack().The content to display at the bottom of the sidebar. Strings are wrapped in
mo.md(), lists are wrapped in mo.vstack().The width of the sidebar when open. Can be any valid CSS width value (e.g.
"300px", "20rem"). If not provided, defaults to the standard width.Returns
Html
An Html object.
Notes
The sidebar class has restricted methods compared to regularHtml objects. The following methods are not supported:
.batch().center().right().left().callout().style()