react-stack-grid
react-stack-grid copied to clipboard
layout complete event
Is there an event that fires when the layout of all children is completed? if not would you consider to add it?
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?