You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
3
3
## Overview
4
4
5
-
The `@siren/react-inbox` sdk is a comprehensive and customizable React UI kit for displaying and managing notifications. This documentation provides comprehensive information on how to install, configure, and use the sdk effectively.
5
+
The `@sirenapp/react-inbox` sdk is a comprehensive and customizable React UI kit for displaying and managing notifications. This documentation provides comprehensive information on how to install, configure, and use the sdk effectively.
6
6
7
7
## 1. Installation
8
8
9
9
You can install the react sdk from npm
10
10
11
11
```bash
12
-
npm @siren/react-inbox
12
+
npm @sirenapp/react-inbox
13
13
```
14
14
or from yarn
15
15
16
16
```bash
17
-
yarn @siren/react-inbox
17
+
yarn @sirenapp/react-inbox
18
18
```
19
19
20
20
#### Prerequisites
@@ -26,7 +26,7 @@ yarn @siren/react-inbox
26
26
Initialize the sdk with user token and recipient id. Wrap the provider around your App's root.
0 commit comments