react-notifications
react-notifications copied to clipboard
Notification component for ReactJS
Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Related to issue #54
Any plans for this? Typings would be much appreciated
Installed via Yarn add react-notifications and follow to import in component like this `import {NotificationContainer, NotificationManager} from 'react-notifications';` > webpack: Failed to compile. > Error: Cannot find module 'react-notifications' >...
The notifications in my application do not show images of ' tick-mark' on success or 'cross-mark' for error. On the console I can see below errors - Failed to decode...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...
is this possible? or is the only way is to modify the css?
Related to issue #54
I have white icons for all notifications type.  Currently, I'm refactoring my project, so got rid of font-awesome, bootstrap etc libs. I've tried to return them back (font-awesome, bootstrap,...