Add alerts to your Next JS project with Toastify

iEatWebsites Guide 2 years ago

Descrição

In this video you will learn how to add alerts to your Next JS website or web app. This alert banners works great for success. warning, error or custom messages.

- Install React Toastify:
https://fkhadra.github.io/react-toastify/introduction

- React Toastify installation:
https://fkhadra.github.io/react-toastify/installation

CHAPTERS:
0:14 Toastify demo
1:06 Installing React Toastify
1:53 Adding Toastify container and CSS
2:44 Adding the button
4:28 Creating the function and importing toast
6:41 Testing