Redesign template for alarm notifications

gaskoo2 days ago

In a modern Material-UI (MUI) template, where is the Snackbar component located? I want to replace it with an alert

Example
<Alert icon={<CheckIcon fontSize="inherit" />} severity="success"> Here is a gentle confirmation that your action was successful. </Alert>