Carousel
This demo shows a recommender with carousel.
<script>
function LBInitRecommender() {
Luigis.Recommend({
TrackerId: '179075-204259',
Theme: 'luigis',
Size: 7,
Type: 'top_products'
}, '#recommender')
}
</script>
<script type="text/x-template" id="template-recommend">
<div>
<lbx-carousel v-if="items.length"></lbx-carousel>
</div>
</script>
<script src="https://cdn.luigisbox.com/recco.js" async onload="LBInitRecommender()"></script>