Back to Marimo

Carousel

docs/api/layouts/carousel.md

0.23.5349 B
Original Source

Carousel

/// marimo-embed size: large

python
@app.cell
def __():
    mo.carousel([
        mo.md("# Introduction"),
        "By the marimo team",
        mo.md("## What is marimo?"),
        mo.md("![marimo moss ball](https://marimo.app/logotype-wide.svg)"),
        mo.md("## Questions?"),
    ])
    return

///

::: marimo.carousel