Skip to content

Commit

Permalink
Update URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Jun 25, 2022
1 parent 665c353 commit 5dabb61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<a href="https://iamhosseindhv.com/" rel="noopener" target="_blank"><img width="756" src="https://iamhosseindhv.com/static/projects/notistack-banner.png" alt="notistack logo"></a></p>
<a href="https://notistack.com/" rel="noopener" target="_blank"><img width="756" src="https://iamhosseindhv.com/static/projects/notistack-banner.png" alt="notistack logo"></a></p>
</p>

<div align="center">

[**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.
[**Notistack**](https://notistack.com) 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.
</br>
**Visit [documentation website](https://iamhosseindhv.com/notistack/demos) for demos**.
**Visit [documentation website](https://notistack.com/examples) for demos**.

[![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)
Expand All @@ -26,7 +26,7 @@ Table of Contents
--
- [How to use](#how-to-use)
- [Online demo](#online-demo)
- [Documentation](https://iamhosseindhv.com/notistack/api)
- [Documentation](https://notistack.com/api-reference)
- [Redux / Mobx support](#redux-and-mobx-support)


Expand All @@ -45,7 +45,7 @@ yarn add notistack@latest-mui-v4

### How to use

**1:** Wrap your app inside a `SnackbarProvider` component: (see [docs](https://iamhosseindhv.com/notistack/api) for a full list of available props)
**1:** Wrap your app inside a `SnackbarProvider` component: (see [docs](https://notistack.com/api-reference) for a full list of available props)
<br />
**Note:** If you're using material-ui `ThemeProvider`, make sure `SnackbarProvider` is a child of it.
```jsx
Expand Down Expand Up @@ -98,12 +98,12 @@ const MyButton = () => {
```

### Online demo
**Visit [`documentation website`](https://iamhosseindhv.com/notistack/demos) to see all the demos.**</br>
**Visit [`documentation website`](https://notistack.com/examples) to see all the demos.**</br>
Or play with a minimal working example: [codesandbox](https://codesandbox.io/s/github/iamhosseindhv/notistack/tree/master/examples/simple-example??hidenavigation=1&module=%2FApp.js) </br>


### Redux and Mobx support:
notistack is compatible with state management libraries such as Redux and Mobx. See notistack [documentation](https://iamhosseindhv.com/notistack/demos#redux-/-mobx-example) for more info.
notistack is compatible with state management libraries such as Redux and Mobx.

### Contribution
Open an issue and your problem will be solved.
Expand Down
2 changes: 1 addition & 1 deletion examples/mobx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notistack-mobx-example",
"description": "Mobx example for notistack",
"homepage": "https://www.iamhosseindhv.com/notistack",
"homepage": "https://www.notistack.com",
"repository": {
"url": "git+https://github.com/iamhosseindhv/notistack.git",
"type": "git"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"author": {
"name": "Hossein Dehnokhalaji",
"email": "hossein.dehnavi98@yahoo.com",
"url": "https://github.com/iamhosseindhv/notistack"
"url": "https://iamhosseindhv.com"
},
"homepage": "https://www.iamhosseindhv.com/notistack",
"homepage": "https://www.notistack.com",
"repository": {
"url": "git+https://github.com/iamhosseindhv/notistack.git",
"type": "git"
Expand Down

0 comments on commit 5dabb61

Please sign in to comment.