From 40322eeb8f1d3589563ede00462214a681405a33 Mon Sep 17 00:00:00 2001 From: no-code <50300486+mundiakaluson@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:31:06 +0100 Subject: [PATCH] Update documentation on alert behaviours (#149) Added the error alert for the alert icons --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index afbc70b..6588569 100755 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ Displaying different alert icons. $this->alert('success', 'Success is approaching!'); ``` +``` php +$this->alert('error', 'Wrong email or password!'); +``` + ``` php $this->alert('warning', 'The world has warned you.'); ```