kodmanyagha
kodmanyagha

Reputation: 985

Admin On Rest Show Custom Message

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.

THIS

Upvotes: 1

Views: 616

Answers (1)

Gildas Garcia
Gildas Garcia

Reputation: 7066

They are simple snackbars from material-ui:

http://www.material-ui.com/#/components/snackbar

Upvotes: 3

Related Questions