Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-photo-gallery

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-photo-gallery - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

4

docs/examples/basic-columns.md

@@ -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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc