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

Hi everyone and @supersnager Thank you for this amazing package. I try to implement a file attachment data using the `AttachmentButton` Component. I was wondering how can I combine the...

question

Is there an existing way to detect that the viewport of the message list is not at the bottom to be able to display a "Jump to Bottom" button? ![Screenshot...

question

When holding the MessageList scrollbar and realising it, when using Chrome DevTools to emulate phone behavior (or really, just on a phone), it's stuck like it's selected and when you...

bug

hey, thanks for the great package! i'm using infinite scrolling on the `MessageList` component like this: ``` ``` but when more messages are loaded, the scrollbar is still at the...

bug
good first issue

Hello ! The styling of the buttons improved greatly, thank you for the last update ! Some minor fixes I'd like to see on them are: - Add some spacing...

enhancement

Hi there, I began testing scroll behavior for the component on Firefox and I noticed it was doing this strange thing when I would scroll to the end of my...

bug

Hi @supersnager, I believe I managed to patch the scrolling issue we were running into on Firefox with the MessageList component described [here](https://github.com/chatscope/chat-ui-kit-react/issues/42). All I did was widen the scrolling...

In the case of multi device mobile or web, the user is logged in with multiple devices on multiple platforms. Can there be a delivered devices count for delivery receipts....

enhancement

Would it be possible to add pinned messages into the chatscopes UI kit? I looked at the documentation and the storybook docs but I could not see anything about pinning...

enhancement