1.2.1 • Published 4 months ago

@lani.ground/react-image-viewer v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

react-image-viewer

npm

Image Viewer for viewing images inside react components

Demo

Example

Viewer Example

Installation

npm install @lani.ground/react-image-viewer

// or

yarn add @lani.ground/react-image-viewer

Usage

import { ImageViewerProvider } from '@lani.ground/react-image-viewer';
import '@lani.ground/react-image-viewer/css';

<ImageViewerProvider
  controller={{
    prev: (
      <button type="button" onClick={() => console.log('prev')}>
        prev
      </button>
    ),
    next: <button type="button" onClick={() => console.log('next')}></button>,
  }}
  disabledGallery={false}
>
  ...
</ImageViewerProvider>;

Props

Nametypedescription
controller(optional){next: JSX.Element;prev: JSX.Element;}To customize the arrow, pass the element through the controller props 화살표를 커스텀하려면 JSX.Element를 controller props에 전달합니다.
disabledGallery(optional)boolean(default: false)Check to disable gallery mode (switches to single image viewer upon deactivation) 갤러리 모드를 해제할지 여부(해제시 단일 이미지 뷰어로 전환됩니다.)
1.2.0

4 months ago

1.1.3

4 months ago

1.2.1

4 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago