Back to Marimo

Tree

docs/api/layouts/tree.md

0.23.5231 B
Original Source

Tree

/// marimo-embed

python
@app.cell
def __():
    mo.tree(
        ["entry", "another entry", {"key": [0, mo.ui.slider(1, 10, value=5), 2]}],
        label="A tree of elements.",
    )
    return

///

::: marimo.tree