chat-ui-kit-react icon indicating copy to clipboard operation
chat-ui-kit-react copied to clipboard

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.

Results 56 chat-ui-kit-react issues
Sort by recently updated
recently updated
newest added

First of all awesome work! 🎉 Have a question, consider this scenario: - opening chat window - fetching for messages from api - getting say 20 old _read_ messages and...

enhancement
question

Hey @supersnager Got one more, pasting text into that already contains text, replaces it.. If you do concatenation magic via setState, then there is no way to paste in the...

enhancement
question

https://github.com/chatscope/chat-ui-kit-react/issues/22#issuecomment-815653617

enhancement

Hello thank you for sharing your work... Coming to the issue/feature request, currently message seems to take only string, it would be nice to add custom components like image, video...

enhancement

Hi, it'd be great if you could switch all the uses of `defaultProps` with just passing the parameters in the method signature. Using `defaultProps` is deprecated and spams the console...

enhancement

Fixes #119 by replacing all the default props with standard JS default values

I know this is probably a big ask here, but it would be great for this package to be infinitely customizable an work with more modern frameworks like tailwind. As...

With this library, if i want to use a clickable button under the , IOS version >=16, During initial rendering this click button is not working. But from second click...

bug
Can't reproduce