Complete Guide: How To Add React Toastify for Beautiful Toast Notifications | React.js Tutorial

preview_player
Показать описание

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'
Рекомендации по теме