cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
362 stars 37 forks source link

docs: Add examples of using gutter #66

Closed louiechristie closed 2 years ago

louiechristie commented 2 years ago

To help people avoid using a number (instead of a string) and getting this error: Warning: Failed prop type: Invalid propgutterof typenumbersupplied toMasonry, expectedstring.

Also to illustrate how to have responsive gutters because this was not obvious, see: https://github.com/cedricdelpoux/react-responsive-masonry/issues/6#issuecomment-344510456

cedricdelpoux commented 2 years ago

Thanks @louiechristie