Accordion of one or more items.Documentation 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.
Usage
expensive_item is the item to render, or a callable that returns the item to render.
Signature
Parameters
A dictionary of item names to item content; strings are interpreted as markdown.
Whether to allow multiple items to be open simultaneously.
A boolean, whether to lazily load the accordion content. This is a convenience that wraps each accordion in a
mo.lazy component.Returns
Html
An
Html object.