chatscope / chat-ui-kit-react

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.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

Regarding Chat Reply UI of one another user #139

Open iRaM-sAgOr opened 10 months ago

iRaM-sAgOr commented 10 months ago

I am using "Chat UI Kit React" for chat communication, i like to add a feature of reply message referencing Skype or other applications. Is there any build in component to show the reply message in the message list?

supersnager commented 10 months ago

@iRaM-sAgOr There is no such component, for now you can try to use the <Message /> component with custom content and/or custom styling. I'm adding this to a TODO list.