# Introduction

[![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](https://github.com/pburtchaell/react-notification/tree/dfd79ac67f559d5287f7cc8e1eb3adf84479c1e8/docs/guides/README.md)
* [Introduction](https://pburtchaell.gitbook.io/react-notification/introduction)
* [Examples](https://github.com/pburtchaell/react-notification/tree/dfd79ac67f559d5287f7cc8e1eb3adf84479c1e8/examples/README.md)

## Releases

* [Releases](https://github.com/pburtchaell/react-notification/releases)
* [Upgrading versions](https://github.com/pburtchaell/react-notification/tree/dfd79ac67f559d5287f7cc8e1eb3adf84479c1e8/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).
