---
id: image-gallery
title: ImageGallery
---

import ImageGalleryCustomComponents from '../common-content/core-components/overlay-provider/props/image_gallery_custom_components.mdx';

Component to render the image viewer. This component handler all the gestures for zooming and swiping on images within gallery.

Its not possible to replace this component, given the complexity of it. But you can use `imageGalleryCustomComponents` prop on [`OverlayProvider`](../core-components/overlay_provider.mdx) to replace sub-parts of image gallery.

## Props

### <div class="description">_forwarded from [OverlayProvider](../core-components/overlay_provider.mdx#imagegallerycustomcomponents) props_</div> imageGalleryCustomComponents {#imagegallerycustomcomponents}

<ImageGalleryCustomComponents />