minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 64 forks source link

How to add HTML into notification text? #25

Open kulakowka opened 7 years ago

kulakowka commented 7 years ago

I want to add some HTML to my notification text.

NotificationManager.warning('<a href="">hello</a> world');

@minhtranite could you add this feature?

gancheva commented 7 years ago

+1 for the feature request

Renaud009 commented 7 years ago

+1

kulakowka commented 7 years ago

@gancheva @Renaud009 I found alternative: react-toastify

albertkim commented 6 years ago

@kulakowka Thank you so much for proposing an alternative! Discovering good npm modules to use is difficult to do just through Google

kulakowka commented 6 years ago

@albertkim you can use npms.io for search good npm packages.