tannerlinsley / react-show

⚛️ A 3kb css animation component for React.
https://codesandbox.io/s/2v66j7pm8y
402 stars 30 forks source link

🚀 Adds `onMount` & `onWillUnmount` props. and missing props documentation #16

Closed chrisjpatty closed 4 years ago

chrisjpatty commented 4 years ago

🚀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.

tannerlinsley commented 4 years ago

Nice work :)