tomchentw / react-toastr

React.js toastr component
https://tomchentw.github.io/react-toastr/
MIT License
619 stars 112 forks source link

OnClose event handler #88

Open akraminakib opened 7 years ago

akraminakib commented 7 years ago

Is there a built in OnClose function I can set into props so I can get a callback once the toast message disappears (not limited to only clicking close but when it naturally times out) and how can I implement it? Thanks!

itwasmattgregg commented 7 years ago

Would also like this functionality.