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
麻省理工学院