Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv authored May 17, 2020
1 parent da413c1 commit b84519b
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# notistack
![npm downloads](https://img.shields.io/npm/dm/notistack.svg)
![npm version](https://img.shields.io/npm/v/notistack.svg?label=version)
![npm version](https://img.shields.io/npm/l/notistack.svg)
<p align="center">
<a href="https://iamhosseindhv.com/" rel="noopener" target="_blank"><img width="450" src="https://iamhosseindhv.com/static/projects/notistack.png" alt="notistack logo"></a></p>
</p>

<div align="center">

**Notistack** is a Snackbar library which makes it extremely easy to display notifications on your web apps. It is **highly customizable** and enables **you** to stack snackbars/toasts on top of one another. See [demos](https://iamhosseindhv.com/notistack/demos) for more info.
[**notistack**](https://iamhosseindhv.com/notistack) is a notification library which makes it extremely easy to display notifications on your web apps. It is **highly customizable** and enables **you** to stack snackbars/toasts on top of one another.

[![npm version](https://img.shields.io/npm/v/notistack.svg?label=version)](https://www.npmjs.com/package/notistack)
[![npm downloads](https://img.shields.io/npm/dm/notistack.svg)](https://www.npmjs.com/package/notistack)
[![package license](https://img.shields.io/npm/l/notistack.svg)](https://www.npmjs.com/package/notistack)


</div>


</br>

#### Visit [documentation website](https://iamhosseindhv.com/notistack/demos)


#### [`Play with online demo here`](https://iamhosseindhv.com/notistack/demos)

| Stacking behaviour | Dismiss oldest when reached maxSnack (3 here)|
| --- | --- |
Expand Down

0 comments on commit b84519b

Please sign in to comment.