react-photo-gallery
react-photo-gallery copied to clipboard
React Photo Gallery
I was going to fork the repository to create our own custom UI, but here's an idea: is there a plan to extract out the underlying utility functions that Gallery...
This change is needed in case someone wants to have direction="column" using this example.
Added a callback parameter which will be called when all images in the gallery have finished loading. This can allow the parent component of Gallery to implement things such as...
I'm new to react and especially it's components, I picked this gallery cause it had a layout client needed. However, some images in the gallery are supposed to be clickable,...
I wasn't really sure about naming but I called it the way how "downshift" does for very similar functionality. I added it to tap into results before they are rendered...
This isn't working in any version of IE for me currently. None of the examples are either.
Added a new option to row direction. If the last row height is greater than targetRowHeight and the justifyLastRow is equals to false it's going to use the targetRowHeight as...
In Readme: "Dynamic Columns Using columns prop" link leads to 404 in CodeSandbox. In Documentation: "Custom Dynamic Columns" page has Error 1101 when embedding CodeSandbox.
The way the code is written here (two `if` statements) suggests that the `columns` function prop can technically return `undefined`, allowing a user to fall back to the default internal...