Skip to main content
NeuralUIv1.14.3New
GitHub
Component

Image Gallery

Commerce-ready gallery with thumbnail rail, previous/next navigation and direct integration with the image viewer overlay.

TypeScript
import { NeuImageGalleryComponent } from '@neural-ui/core/image-gallery';
import type { NeuImageViewerItem } from '@neural-ui/core/image-gallery';
HTML
<neu-image-gallery
  [items]="galleryItems"
  [showThumbnails]="true"
  [showCounter]="true"
  thumbnailPosition="bottom"
  objectFit="cover"
  [viewerEnabled]="true"
/>