Reputation: 985
I'm using admin on rest. Sometimes I must show message to user. I'm using alert() function for now but this is worst. How can I show this notification? I didn't find the command for this.
Upvotes: 1
Views: 616
Reputation: 7066
They are simple snackbars from material-ui:
http://www.material-ui.com/#/components/snackbar
Upvotes: 3