# AUTO GENERATED FILE - DO NOT EDIT import typing # noqa: F401 from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 from dash.development.base_component import Component, _explicitize_args ComponentType = typing.Union[ str, int, float, Component, None, typing.Sequence[typing.Union[str, int, float, Component, None]], ] NumberType = typing.Union[ typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex ] class Carousel(Component): """A Carousel component. Carousel. for creating Bootstrap carousel. This component is a slideshow for cycling through a series of content. Keyword arguments: - id (string; optional): The ID of the Carousel. - items (list of dicts; required): The items to display on the slides in the Carousel. `items` is a list of dicts with keys: - src (string; optional): The URL of the image. - alt (string; optional): The alternate text for an image, if the image cannot be displayed. - header (string; optional): The header of the text on the slide. It is displayed in a