# chat-ui-kit-react **Repository Path**: shrri/chat-ui-kit-react ## Basic Information - **Project Name**: chat-ui-kit-react - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-23 - **Last Updated**: 2026-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chat UI Kit React [](https://github.com/chatscope/chat-ui-kit-react/actions) [](https://npmjs.com/@chatscope/chat-ui-kit-react) [](https://github.com/chatscope/chat-ui-kit-react/blob/master/LICENSE) [](https://github.com/prettier/prettier) [](https://github.com/semantic-release/semantic-release) [](https://chatscope.io/storybook/react/) Build your own chat UI with React components in a few minutes. The Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications. Tired of struggling with sticky scrollbars, contenteditable, responsiveness, css hacks? This kit is for you! [See all features](https://chatscope.io/features). **Chat UI Kit brings you chat UI development at warp speed** 🚀 ## Demo - Full featured chat application: [https://demo.chatscope.io](https://demo.chatscope.io) - Zoe, Akane, Eliot and Joe: [https://chatscope.io/demo/chat-friends](https://chatscope.io/demo/chat-friends/) - Chat with the Martian (he is available sometimes): [https://mars.chatscope.io](https://mars.chatscope.io) Demos index: [https://chatscope.io/demo](https://chatscope.io/demo/). ## Install **Component library** Using yarn: ```sh yarn add @chatscope/chat-ui-kit-react ``` Using npm: ```sh npm install @chatscope/chat-ui-kit-react ``` **Styles** Using yarn: ```sh yarn add @chatscope/chat-ui-kit-styles ``` Using npm: ```sh npm install @chatscope/chat-ui-kit-styles ``` ## Usage ### ESM ```jsx import styles from "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css"; import { MainContainer, ChatContainer, MessageList, Message, MessageInput, } from "@chatscope/chat-ui-kit-react";