react-photo-gallery
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -1,5 +0,5 @@ | ||
# Basic (Columns) | ||
# Basic w/ Columns (Masonry) | ||
Example using the most basic required properties. | ||
Example using the most basic required properties. Pass `column` to Gallery's `direction` prop to achieve the masonry layout. | ||
<iframe src="https://codesandbox.io/embed/r09k1xj614?hidenavigation=1&view=preview" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe> |
@@ -16,3 +16,3 @@ --- | ||
* Uses actual image elements, optionally pass in srcSet and sizes attributes | ||
* Supports row or column direction layout | ||
* Supports row or column (masonry) direction layout | ||
* Supports passing in a custom image component for implementation of things like image selection, favorites, captions, or whatever your little heart desires! | ||
@@ -39,3 +39,3 @@ * SSR app compatible | ||
* [Basic Row Layout](https://codesandbox.io/s/9yx911wl9y) | ||
* [Basic Column Layout](https://codesandbox.io/s/r09k1xj614) | ||
* [Basic Column (Masonry) Layout](https://codesandbox.io/s/r09k1xj614) | ||
* [With Lightbox](https://codesandbox.io/s/5vn3lvz2n4) | ||
@@ -42,0 +42,0 @@ * [Dynamic Columns](https://codesandbox.io/s/ll7ym48027) |
{ | ||
"name": "react-photo-gallery", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Responsive React Photo Gallery Component", | ||
@@ -5,0 +5,0 @@ "main": "lib/Gallery.js", |
@@ -12,3 +12,3 @@ # React Photo Gallery | ||
* Uses actual image elements, optionally pass in srcSet and sizes attributes | ||
* Supports row or column direction layout | ||
* Supports row or column (masonry) direction layout | ||
* Supports passing in a custom image component for implementation of things like image selection, favorites, captions, or whatever your little heart desires! | ||
@@ -35,3 +35,3 @@ * SSR app compatible | ||
* [Basic Row Layout](https://codesandbox.io/s/9yx911wl9y) | ||
* [Basic Column Layout](https://codesandbox.io/s/r09k1xj614) | ||
* [Basic Column (Masonry) Layout](https://codesandbox.io/s/r09k1xj614) | ||
* [With Lightbox](https://codesandbox.io/s/5vn3lvz2n4) | ||
@@ -38,0 +38,0 @@ * [Dynamic Columns](https://codesandbox.io/s/ll7ym48027) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
871102