> For the complete documentation index, see [llms.txt](https://pburtchaell.gitbook.io/react-notification/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pburtchaell.gitbook.io/react-notification/master.md).

# 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](/react-notification/introduction.md)
* [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).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pburtchaell.gitbook.io/react-notification/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
