Hi,
I’m using Metronic Tailwind version and I noticed that there is no documentation or examples for Alerts in the Tailwind docs.
However, when I checked the source files (styles), I found references to alert related classes, which suggests that Alerts are actually included in the framework.
Could you please:
Provide an example (HTML/JS) of how to properly use Alerts (success, error, warning, info, dismissible, etc.)?
Thanks in advance!
Hi Koorosh Azimi
Alert components are currently in development for the Metronic Tailwind version. We plan to add documentation and examples once the implementation is complete.
In the meantime, I recommend using SweetAlert2 as an alternative solution. It provides alert functionality with similar features to what we're planning to implement.
Thanks