wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

layout complete event #34

Open violabg opened 7 years ago

violabg commented 7 years ago

Is there an event that fires when the layout of all children is completed? if not would you consider to add it?

wadackel commented 6 years ago

Hi @violabg Thank you for Issues :smiley: And I'm sorry that the reply was delayed...

At the moment there is a callback function called onLayout in the option. This will be called when the layout is updated.

Is it difficult to satisfy use cases with onLayout option?