Lumeo

Carousel

A carousel with motion and swipe built using scroll snapping.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<Carousel />

When to Use

  • Image galleries and product photo showcases
  • Testimonial sliders and customer review rotations
  • Onboarding flows and feature highlight walkthroughs
  • Product showcases where multiple items share limited horizontal space

Pick a value to see it applied live.

API Reference

CarouselContent

CarouselItem

CarouselPrevious

Automatically disables when there is no previous slide to scroll to (at the start, unless Loop is set).

CarouselNext

Automatically disables when there is no next slide to scroll to (at the end, unless Loop is set).

  • Tabs — For switching between distinct content panels without sliding
  • ScrollArea — For scrollable content areas with custom scrollbars