React Masonry

MasonryProps

enterOneAfterAnother?booleanfalse
When transition is set, stones can appear one after the other.
gutter?number0
Defines the spacing between stones.
style?CSSPropertiesnone
Style applied on the top element
transition?false
If different than false, each item will appear one after another with an interval of `transitionStep` in between.
transitionDuration?number300
Speed with which stones are placed when `enterOneAfterAnother=true`
transitionStep?number50
Time (in ms) in between each stone placement, this is relevant if `transition` prop is not `false`.
updateOnWindowResize?booleantrue
Replaces the stones when windows changes size.
updateOnWindowResizeDebounceWait?number300
Related to `updateOnWindowResize`. Window resize listener is debouced, this sets the wait time.