Detaysoft / react-chat-elements

Reactjs chat elements chat UI, react chat components
MIT License
1.22k stars 218 forks source link

Add support for "error" status to MessageBox #222

Open riashg opened 3 months ago

riashg commented 3 months ago

Firstly, this library is great. For the project that I'm using it on, we need to be able to indicate to the user that a message has failed to send. It will be useful if the MessageBox component supported an "error" status for this purpose. I'm happy to create a PR for this.