mr-chat-bird 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,26 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
# mr-chat-bird
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
🚧 Work in Progress (WIP)
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- [TypeScript](https://www.typescriptlang.org/)
|
|
7
|
-
- ESLint setup with [eslint-config-mantine](https://github.com/mantinedev/eslint-config-mantine)
|
|
5
|
+
mr-chat-bird is a customizable React chat component and chat SDK currently under active development.
|
|
8
6
|
|
|
9
|
-
##
|
|
7
|
+
## Current Status
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
This package is publicly available on npm for testing and early feedback, but it is **not yet production-ready**.
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
- `build` – bundle application for production
|
|
15
|
-
- `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
|
|
11
|
+
Some features are still being implemented, improved, or may change in future releases.
|
|
16
12
|
|
|
17
|
-
|
|
13
|
+
## Planned Features
|
|
18
14
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
15
|
+
- Real-time messaging
|
|
16
|
+
- User presence
|
|
17
|
+
- Typing indicators
|
|
18
|
+
- Message reactions
|
|
19
|
+
- File sharing
|
|
20
|
+
- Group chats
|
|
21
|
+
- Theme customization
|
|
22
|
+
- Multi-tenant support
|
|
23
|
+
- AI assistant integration
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
## Installation
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
```bash
|
|
28
|
+
npm install mr-chat-bird
|