Create a toast component to feed messages to user.
This component could work with a similar API to how window.alert works. This would add a toast to the user telling the user to perform an action. This could be used in wishlist where we ask users to login before adding items to the wishlist.
What is this issue about?
Create a toast component to feed messages to user.
This component could work with a similar API to how window.alert works. This would add a toast to the user telling the user to perform an action. This could be used in wishlist where we ask users to login before adding items to the wishlist.