Thumbnail navigation strip for image galleries and slideshows.
Renders a row (or column) of clickable thumbnail images. The active item is highlighted with a ring. Commonly paired with a carousel or lightbox component.
Examples
<.thumbnav>
<.thumbnav_item src="/images/photo1-thumb.jpg" active={true} on_click="select_slide" value="0" />
<.thumbnav_item src="/images/photo2-thumb.jpg" on_click="select_slide" value="1" />
<.thumbnav_item src="/images/photo3-thumb.jpg" on_click="select_slide" value="2" />
</.thumbnav>Vertical orientation
<.thumbnav orientation={:vertical}>
<.thumbnav_item src="/img/1.jpg" active={true} />
<.thumbnav_item src="/img/2.jpg" />
</.thumbnav>
Summary
Functions
Renders a thumbnail navigation strip container.
Renders a single thumbnail navigation item.