One-Zero-Code / ngx-toastr-message

A lightweight, customizable Angular library for displaying toast notifications.
https://www.npmjs.com/package/ngx-toastr-message
3 stars 7 forks source link

Add Icons to Toastr Messages #12

Open Tharindu37 opened 2 weeks ago

Tharindu37 commented 2 weeks ago

This feature request proposes the ability to add icons to toastr messages. This would provide visual cues to users about the nature of the notification and enhance the overall user experience.

We suggest updating the toastrService.show function to accept an optional icon parameter:

this.toastrService.show('This is a success message!', 'success', {
  icon: true 
});
LaibaKhalil61 commented 2 weeks ago

can you assign this to me?

Tharindu37 commented 1 week ago

@LaibaKhalil61 Sure