What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature
What is the current behavior? (You can also link to an open issue here)
On hover on the message box there is pointer cursor, but after click nothing is happening.
What is the new behavior (if this is a feature change)?
We have onClick event that can be added as function like onAdd and onRemove in the ToastOption so that user can run function when toaster is clicked.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature
What is the current behavior? (You can also link to an open issue here) On hover on the message box there is pointer cursor, but after click nothing is happening.
What is the new behavior (if this is a feature change)? We have onClick event that can be added as function like onAdd and onRemove in the ToastOption so that user can run function when toaster is clicked.