react-chat-ui5
Advanced tools
+1
-1
| { | ||
| "name": "react-chat-ui5", | ||
| "version": "0.4.4", | ||
| "version": "0.4.5", | ||
| "description": "A library of React components for building chat UI's", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/brandonmowat/react-chat-ui", |
+8
-8
@@ -1,15 +0,15 @@ | ||
|  | ||
|  | ||
| # ๐ react-chat-ui | ||
| # ๐ react-chat-ui5 | ||
| A library of React components for building chat UI's. | ||
| [](https://nodei.co/npm/react-chat-ui/) | ||
| [](https://nodei.co/npm/react-chat-ui5/) | ||
| ## Sponsor | ||
| Sponsored by [Pusher Chatkit](https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui-sponsorship): | ||
| Sponsored by [Pusher Chatkit](https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui5-sponsorship): | ||
| <a href="https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui-sponsorship"> | ||
| <img width="650" src="https://raw.githubusercontent.com/bookercodes/react-chat-ui/master/media/chatit-banner.png" alt="Pusher Chatkit"></a> | ||
| <a href="https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui5-sponsorship"> | ||
| <img width="650" src="https://raw.githubusercontent.com/bookercodes/react-chat-ui5/master/media/chatit-banner.png" alt="Pusher Chatkit"></a> | ||
@@ -26,3 +26,3 @@ ## Features | ||
| `npm install react-chat-ui --save` | ||
| `npm install react-chat-ui5 --save` | ||
@@ -32,3 +32,3 @@ ## Basic Usage | ||
| ```javascript | ||
| import { ChatFeed, Message } from 'react-chat-ui' | ||
| import { ChatFeed, Message } from 'react-chat-ui5' | ||
@@ -35,0 +35,0 @@ // Your code stuff... |
59507
0.02%