🚀As per #15 this adds a new onMount event which is fired as soon as the children are mounted. This also adds an equivalent onWillUnmount event.
✏️ In addition to the new events which I've added to the Readme, I noticed there were several props mentioned in the documentation which were not included in the API table. I've included those props as well.
🚀As per #15 this adds a new
onMount
event which is fired as soon as the children are mounted. This also adds an equivalentonWillUnmount
event. ✏️ In addition to the new events which I've added to the Readme, I noticed there were several props mentioned in the documentation which were not included in the API table. I've included those props as well.