Contents Menu Expand Light mode Dark mode Auto light/dark mode
marimo
Light Logo Dark Logo
  • Getting Started
  • Guides
    • Overview
    • Reactivity
    • Interactivity
    • Outputs
    • Editor features
    • Dataframes
    • Plotting
    • Reactive state
    • Run as an app
    • Run as a script
    • WASM notebooks
    • AI completion
    • Best practices
    • Deploying
      • Deploying with Docker
      • Deploying to our public gallery
  • Recipes
  • API Reference
    • Markdown
    • Inputs
      • Array
      • Batch
      • Button
      • Checkbox
      • Code Editor
      • Dataframe
      • Data Explorer
      • Date
      • Dictionary
      • Dropdown
      • File
      • Form
      • Microphone
      • Multiselect
      • Number
      • Radio
      • Refresh
      • Slider
      • Switch
      • Table
      • Tabs
      • Text
      • Text Area
      • AnyWidget
    • Layouts
      • Accordion
      • Carousel
      • Callout
      • Justify
      • Stacks
      • Tree
    • Plotting
    • Media
      • Image
      • Audio
      • Video
      • PDF
      • Download Media
      • Plain text
    • Diagrams
    • Status
    • Outputs
    • Control flow
    • HTML
    • State
    • Cell
    • Debugging
  • FAQ
  • Examples
  • Integrations
    • Google Cloud Storage
    • Google Cloud BigQuery
    • Google Sheets
  • Community
Back to top
Edit this page

Carousel#

marimo.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.

Next
Callout
Previous
Accordion
Copyright © 2024, marimo-team
Made with Sphinx and @pradyunsg's Furo
On this page
  • Carousel
    • carousel()