Replies: 1 comment 1 reply
-
Hey @goforbg , I'm a bit late. You can render anything, sky is the limit 😆. Have a look at this example https://fkhadra.github.io/react-toastify/add-an-undo-action-to-a-toast/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, I'd like to say I'm a huge fan of the project and have been using it since I learned to code in React JS.
💡 I was wondering if we could include actions in the toast.
A toast helps in saying something happened.
Actions could extend the value for the user, by saying something happened, here's what you can do about it.
Examples
Toast + Actions: Your session has expired, click on this toast to log in again.
I guess I'm talking about a very similar implementation of snack bars by Material UI
Beta Was this translation helpful? Give feedback.
All reactions