ml-opensource / admin-panel-template-reactjs

25 stars 10 forks source link

Proposal: Add display/hide Notification action #84

Open yukinoda opened 3 years ago

yukinoda commented 3 years ago

Antd Notification: https://ant.design/components/notification/

I found it very useful In my project, where we have these two actions. But this maybe a case when you expect having only one snackbar at a time😓

export const { displaySnackbar, hideSnackbar } = snackbarSlice.actions;