Skip to content

Commit

Permalink
Update documentation on alert behaviours (#149)
Browse files Browse the repository at this point in the history
Added the error alert for the alert icons
  • Loading branch information
mundiakaluson authored Aug 13, 2024
1 parent 2ee0839 commit 40322ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
```
Expand Down

0 comments on commit 40322ee

Please sign in to comment.