filmov
tv
Complete Guide: How To Add React Toastify for Beautiful Toast Notifications | React.js Tutorial
![preview_player](https://i.ytimg.com/vi/4bOH8-zNiVY/maxresdefault.jpg)
Показать описание
Here is Code:
Step 1 : npm i react-toastify
import { ToastContainer } from 'react-toastify';
//use ToastContainer theme="dark"
Step 3: Add these lines in you component where you want to implement toastify.
import { toast } from 'react-toastify'