UMD Web Components Library
    Preparing search index...

    Variable baseConst

    Base Carousel

    A versatile carousel component for displaying scrollable content blocks with navigation controls.

    <umd-element-carousel>

    • blocks - Container for carousel items (required, accepts: any element)
    • left-button - Left navigation button visibility:
      • true - Show left navigation button (default)
      • false - Hide left navigation button
    • right-button - Right navigation button visibility:
      • true - Show right navigation button (default)
      • false - Hide right navigation button
    • mobile-hint - Mobile swipe hint visibility:
      • true - Show mobile swipe hint (default)
      • false - Hide mobile swipe hint
    • hint - Navigation hint visibility:
      • true - Show navigation hint (default)
      • false - Hide navigation hint
    • data-theme - Visual theme:
      • light - Light theme (default)
      • dark - Dark theme
    • tablet-size - Number of visible items on tablet
    • desktop-size - Number of visible items on desktop
    • tablet-count - Total item count for tablet view
    • desktop-count - Total item count for desktop view
    • max-count - Maximum number of items to display
    • grid-gap-pixels - Gap between items in pixels
    • resize - Triggers carousel size recalculation
    <umd-element-carousel>
    <div slot="blocks">
    <div>Item 1</div>
    <div>Item 2</div>
    <div>Item 3</div>
    </div>
    </umd-element-carousel>

    1.0.0