Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pburtchaell/react-notification
Provides snackbar notifications for React
https://github.com/pburtchaell/react-notification
component material-design react
Last synced: about 2 months ago
JSON representation
Provides snackbar notifications for React
- Host: GitHub
- URL: https://github.com/pburtchaell/react-notification
- Owner: pburtchaell
- License: mit
- Archived: true
- Created: 2015-01-31T23:36:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T19:11:14.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T03:18:54.661Z (4 months ago)
- Topics: component, material-design, react
- Language: JavaScript
- Homepage: https://pburtchaell.gitbook.io/react-notification/
- Size: 794 KB
- Stars: 643
- Watchers: 14
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-components-all - react-notification - Snackbar notifications for React. (Uncategorized / Uncategorized)
- awesome-list - react-notification - Snackbar notifications for React. (Demos / Notification)
- awesome-react-components - react-notification - Snackbar notifications for React. (UI Components / Notification)
- awesome-react-components - react-notification - Snackbar notifications for React. (UI Components / Notification)
README
# React Notification
[![Build Status](https://travis-ci.org/pburtchaell/react-notification.svg)](https://travis-ci.org/pburtchaell/react-notification) [![npm downloads](https://img.shields.io/npm/dm/react-notification.svg?style=flat)](http://badge.fury.io/js/react-notification)React Notification provides snackbar notification messages and notification stacks. The default visual style and interaction follows [Material Design guidelines for snackbars](http://www.google.com/design/spec/components/snackbars-toasts.html#snackbars-toasts-usage) and can be fully customized.
## Warning
As of 2019 December 3, this project is deprecated and unmaintained. The package is [still available on npm](https://www.npmjs.com/package/react-notification) and can be installed, but I would recommend finding an alternative that supports new versions of React. [Material UI includes a snackbar component](https://material-ui.com/components/snackbars/) and is a good option.## Documentation and Help
- [Guides](/docs/guides/)
- [Introduction](/docs/introduction.md)
- [Examples](/examples)## Releases
- [Releases](https://github.com/pburtchaell/react-notification/releases)
- [Upgrading versions](/UPGRADING.md)## Maintainers
- [Patrick Burtchaell](http://github.com/pburtchaell)
- [Berkeley Martinez](https://github.com/BerkeleyTrue)
- [Joey Figaro](https://github.com/joeyfigaro)## License
Copyright (c) 2015-2018 Patrick Burtchaell.[Licensed with The MIT License (MIT)](https://raw.githubusercontent.com/pburtchaell/react-notification/master/LICENSE).