Docs / Components
SenseGalleriaComponent
Image gallery (APG carousel) with previous/next controls, indicators, and circular navigation from @artificialsenselabs/ui. Thumbnails / fullscreen are not shipped — use sense-carousel for generic slide content.
Live demo: run nx serve showcase and open /components/galleria (port 4202).
Overview
Category: Media. Selector: sense-galleria. Import: import { SenseGalleriaComponent } from '@artificialsenselabs/ui';
Accessibility
- Focusable
role="region"witharia-roledescription="carousel"and a localizedaria-label. - Arrow keys move between items; Home and End jump to first and last slides.
- A polite live region announces “Image N of M”; indicators are buttons with
aria-current.