Page title
Section title
import { useToast } from 'react-toastified';
const { addToast } = useToast();
addToast("This is a info toast!", {
duration: undefined,
type: 'info',
style: {
fontSize: '1.2rem',
backgroundColor: '',
color: 'black',
border: ' ',
borderRadius: '',
padding: ''
}
});