chat ui kit react
v2.0.3
在幾分鐘內使用 React 元件建立您自己的聊天 UI。
chatscope 的 Chat UI Kit 是一個用於開發 Web 聊天應用程式的開源 UI 工具包。
厭倦了與黏性滾動條、內容可編輯、響應能力、CSS hack 作鬥爭嗎?
該套件適合您!查看所有功能。
聊天 UI 套件為您帶來極速聊天 UI 開發
示範索引:https://chatscope.io/demo。
元件庫
使用紗線:
yarn add @chatscope/chat-ui-kit-react
使用 npm:
npm install @chatscope/chat-ui-kit-react
風格
使用紗線:
yarn add @chatscope/chat-ui-kit-styles
使用 npm:
npm install @chatscope/chat-ui-kit-styles
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" ;
< div style = { { position : "relative" , height : "500px" } } >
< MainContainer >
< ChatContainer >
< MessageList >
< Message
model = { {
message : "Hello my friend" ,
sentTime : "just now" ,
sender : "Joe" ,
} }
/>
</ MessageList >
< MessageInput placeholder = "Type message here" />
</ ChatContainer >
</ MainContainer >
</ div > ;
是的!您的第一個聊天 GUI 已準備就緒!
UMD 的使用記錄在我們的 Storybook 中。
查看我們友好的故事書。
該函式庫是用 Javascript 編寫的,但自版本 1.9.3 起,套件中可以使用 Typescript 類型。
@chatscope/use-chat 是一個用於聊天應用程式中狀態管理的 React hook。
檢查一下,看看您自己可以輕鬆地完成聊天邏輯。
如果您製作了一個很棒的聊天 UI 並且喜歡這個庫,請訪問這個存儲庫!
https://chatscope.io
麻省理工學院