Docs / Components
SenseCarouselComponent
Paginated content carousel with navigators and indicators from @artificialsenselabs/ui. There is no autoplay — APG pause/stop controls are not applicable until autoplay ships. Prefer sense-galleria for image galleries.
Live demo: run nx serve showcase and open /components/carousel (port 4202).
Overview
Category: Media. Selector: sense-carousel. Import: import { SenseCarouselComponent, SenseCarouselItemDirective } from '@artificialsenselabs/ui';
Accessibility
- Focusable
role="region"witharia-roledescription="carousel"and a localizedaria-label. - Wrap via
circular; visible prev/next and indicators default on (showNavigators/showIndicators). - Arrow keys move between pages; Home / End jump to first / last. A polite live status announces position.