Const
<umd-element-carousel-thumbnail>
<div slot="blocks">
<div data-thumbnail="thumb1.jpg">
<img src="image1.jpg" alt="Image 1">
<p>Caption for image 1</p>
</div>
<div data-thumbnail="thumb2.jpg">
<img src="image2.jpg" alt="Image 2">
<p>Caption for image 2</p>
</div>
</div>
</umd-element-carousel-thumbnail>
Thumbnail Carousel
A carousel component with thumbnail navigation for browsing through content.
Custom Element
<umd-element-carousel-thumbnail>
Slots
blocks
- Container for carousel items with thumbnails (required, accepts: elements with data-thumbnail attribute)Attributes
data-theme
- Visual theme:light
- Light theme (default)dark
- Dark themeObserved Attributes
resize
- Triggers carousel size recalculation