1. Components
  2. Toast Notifications

Third-Party Plugins

Tailwind CSS Toast Notifications

Use lightweight, customizable toast notifications to engage visitors with sleek and user-friendly alert messages.

Requires Additional Installation

Note that this component requires the use of the third-party Toastify plugin.

How to use

  1. Install Toastify

    Install toastify via npm

    npm i toastify-js
  2. Add the Toastify JavaScript

    Include the JavaScript <script> near the end of your </head> tag:

    <script src="./node_modules/toastify-js/src/toastify.js"></script>

Basic