Skip to content

Carousel

marimo.carousel

carousel(items: Sequence[object]) -> Html

Create a carousel of items.

Example.

mo.carousel([mo.md("..."), mo.ui.text_area()])

Args.

  • items: A list of items.

Returns.

  • An Html object.