react-images-viewer icon indicating copy to clipboard operation
react-images-viewer copied to clipboard

A react library that view photos list easily, and a simple, responsive viewer component for displaying an array of images.

Results 16 react-images-viewer issues
Sort by recently updated
recently updated
newest added

This is actually a feature request. I liked this library for images and I would like to use this for video assets as well. Thanks.

Great library! Any plans to support React 18?

Can this be updated I am on strict mode and removing strict is really not a solution.

not working in ts

**Description of changes:** **Related issues (if any):** **Checks:** - [x] Please confirm `yarn run lint` ran successfully - [x] Please confirm that only `/src` and `/examples/src` are committed - [x]...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

**Steps to reproduce the behavior:** `"react": "17.0.2"` `"react-images-viewer": "1.6.5"` ```js import { useState } from 'react'; import ImgsViewer from 'react-images-viewer'; function Images() { const [isOpen, setIsOpen] = useState(true); const [currentImage,...

help wanted

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

THIS IS NOT A BUG but would be cool to add a ZOOM function to zoom in and zoom out and PAN Keep the great job!

In some cases ,eg viewing image from modal or sidesheet,zIndex is necessary