react-responsive-masonry
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "react-responsive-masonry", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"author": { | ||
@@ -72,7 +72,3 @@ "name": "Cédric Delpoux", | ||
"react-test-renderer": "^16.13.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
} | ||
} |
@@ -84,6 +84,6 @@ # react-responsive-masonry | ||
| Name | PropType | Description | Default | | ||
| ------------ | -------- | ----------------------------- | ------- | | ||
| columnsCount | Number | Injected by ResponsiveMasonry | 3 | | ||
| gutter | String | Margin surrounding each item | "0" | | ||
| Name | PropType | Description | Default | | ||
| ------------ | -------- | ----------------------------------------------------- | ------- | | ||
| columnsCount | Number | Injected by ResponsiveMasonry | 3 | | ||
| gutter | String | Margin surrounding each item e.g. "10px" or "1.5rem" | "0" | | ||
@@ -90,0 +90,0 @@ ### ResponsiveMasonry component |
0
50552