<Alert severity="success"> <AlertTitle>Success</AlertTitle> This is a success alert — <strong>check it out!</strong> </Alert> code example
Example: alerts in material ui
import Alert from '@material-ui/lab/Alert';
import AlertTitle from '@material-ui/lab/AlertTitle';