React Component Notification

Nb: Notification is automatically displayed when title or content are updated

import Notification from 'react-simple-notification';

...

<Notification
  closeTimeOut={3000}
  title="Amazing title"
  content="Your description"
  icon={<img src="https://cdn-icons-png.flaticon.com/128/2989/2989898.png" />}
  className="notiftest"
/>
react-component-notification