To create a carousel with more interactive indicators that scroll along as you select new items, you can use a separate Carousel Slides component which is set to Auto-width. This can be useful in cases where there are a lot of slides, for example in product displays when the products have a lot of images.
Replo Docs
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>