Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 432 Bytes

File metadata and controls

25 lines (21 loc) · 432 Bytes

Batch

.. marimo-embed::
    @app.cell
    def __():
        el = mo.md("{start} → {end}").batch(
            start=mo.ui.date(label="Start Date"),
            end=mo.ui.date(label="End Date")
        )
        el
        return

    @app.cell
    def __():
        el.value
        return
.. autoclass:: marimo.ui.batch
  :members:

  .. autoclasstoc:: marimo._plugins.ui._impl.batch.batch