react-materialui-notifications
Spec compliant notifications for react and material ui users.
Installation
- Use the latest github release
- or Install via
npm i react-materialui-notifications --save
Demo
For a demo see the docs site (below), for usage example see src/app/Main.js
Development
- If developing the project use
gulp run.bat
or the equivalent command written in it. - To release the project use
gulp run.bat
then rungulp release.bat
or the equivalent command written in them.
TODO
- [x] a lot of core functionality
- [x] finish up props of the notification class
- [ ] implement expanding notifications
- [x] show the priority notifications on top
- [ ] implement custom notification element which the user can pass (PR required)
- [x] styles for position
- [ ] swipe to dismiss
- [ ] i18n