UNPKG

react-advanced-gallery

Version:

A customizable React image gallery component with Bootstrap styling, fullscreen mode, animations, and support for various media types

9 lines (8 loc) 430 B
export { ImageGallery } from './components/ImageGallery'; export { GalleryItem } from './components/GalleryItem'; export { GalleryGrid } from './components/GalleryGrid'; export { FullscreenViewer } from './components/FullscreenViewer'; export { GalleryConfig } from './components/GalleryConfig'; export { ImageUploader } from './components/ImageUploader'; export { useGallery } from './hooks/useGallery'; export * from './types';