Fullscreen Gallery Viewer
An accessible asset viewer with captions, cyclic navigation, position feedback, and an explicit close action.
Installation
npm install @amro-ui/reactUsage
An accessible asset viewer with captions, cyclic navigation, position feedback, and an explicit close action.
Package
import { FullscreenGalleryViewer } from "@amro-ui/react";
<FullscreenGalleryViewer />shadcn copy
import { FullscreenGalleryViewer } from "@/components/ui/fullscreen-gallery-viewer";
<FullscreenGalleryViewer />