Third-Party Plugins
Use lightweight, customizable toast notifications to engage visitors with sleek and user-friendly alert messages.
Note that this component requires the use of the third-party Toastify plugin.
Install toastify
via npm
npm i toastify-js
Include the JavaScript <script>
near the end of your </head>
tag:
<script src="./node_modules/toastify-js/src/toastify.js"></script>