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.
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?
@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.
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?