UMD Web Components Library
    Preparing search index...

    Variable imageSingleConst

    imageSingle: ComponentRegistration = ...

    Single Image Carousel

    A carousel component for displaying images with optional captions and headlines.

    <umd-element-carousel-image>

    • images - Container for images (required, accepts: img elements with alt text)
    • headlines - Container for image headlines (optional, accepts: heading elements)
    • texts - Container for image descriptions (optional, accepts: text elements)
    • data-theme - Visual theme:
      • light - Light theme (default)
      • dark - Dark theme
    • data-feature - Additional features:
      • fullscreen - Enable fullscreen viewing option
    • resize - Triggers carousel size recalculation
    <umd-element-carousel-image>
    <div slot="images">
    <img src="photo1.jpg" alt="Campus view">
    <img src="photo2.jpg" alt="Student center">
    <img src="photo3.jpg" alt="Library entrance">
    </div>
    </umd-element-carousel-image>

    1.0.0