Carousel¶
marimo.carousel
¶
carousel(
items: Sequence[object], wrap_around: bool = False
) -> Html
Create a carousel of items.
| PARAMETER | DESCRIPTION |
|---|---|
items
|
A list of items.
TYPE:
|
wrap_around
|
Whether carousel jumps back to the start when navigating beyond the last item.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
Html
|
An |