Build your own chat UI with React components in a few minutes. Chat UI Kit from MinChat is an open source UI toolkit for developing web chat applications.
React Chat UI makes chat UI development faster
View Live Demo If you would like to see the React chat UI in action, you can visit the live demo. This demo allows you to test out the various features of the react chat components and see how it can be integrated into a real-world application. We encourage you to give it a try and see for yourself the power and flexibility of our chat UI.
You can view detailed documentation here
Component Library
Using npm.
npm install @minchat/react-chat-uiUsing yarn.
yarn add @minchat/react-chat-uiimport {
MainContainer,
MessageInput
} from "@minchat/react-chat-ui";
<MainContainer style={{ height: '100vh' }}>
<MessageHeader/>
<MessageList
currentUserId='dan'
messages={[{
text: 'Hello',
user: {
id: 'mark',
name: 'Markus',
},
}]}
>
<MessageInput placeholder="Type message here" />
</MainContainer>This library is written in Typescript, by extension can be used in Javascript projects as well.
Now if you made your awesome chat UI and you love this library, please ⭐ this repository!
Articles on the minchat blog
Unleash the power of seamless chat functionality with MinChat's React Chat API! Say goodbye to backend worries and hello to effortless integration. Get started today and save months of development time. Build a full-fledged React chat application in just minutes, not months!