Carregando…
Carregando…
Carregando…Thumbnail grid with full-screen lightbox, arrow navigation and captions.
Image Viewer — thumbnail grid with full-screen lightbox
$ npx kikitocn add image-viewerimport { ImageViewer } from "@/components/ui/cn/image-viewer/ImageViewer";
export function ImageViewerExample() {
return (
<ImageViewer />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
images* | ImageViewerImage[] | — | Array de { src, alt, caption } |
defaultIndex | number | 0 | Índice inicial exibido |
className | string | — | Classes CSS extras |