Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 294 Bytes

File metadata and controls

20 lines (15 loc) · 294 Bytes

Array

/// marimo-embed

@app.cell
def __():
    wish = mo.ui.text(placeholder="Wish")
    wishes = mo.ui.array([wish] * 3, label="Three wishes")
    return

@app.cell
def __():
    mo.hstack([wishes, wishes.value], justify="space-between")
    return

///

::: marimo.ui.array