A react toast notification library package for react applications.
npm install ic-react-toastic-react-toast is a toast notification library for react applications.1. Toaster.success(msg)2. Toaster.warning(msg)3. Toaster.error(msg)4. Toaster.info(msg)
$ npm install ic-react-toast
`
Usage
`js
import React, { Component } from 'react';
import {ToastContainer,Toaster} from 'ic-react-toast';
// ...
render() {
return (
);
}
``