สร้าง UI การแชทของคุณเองด้วยส่วนประกอบ React ในไม่กี่นาที
Chat UI Kit จาก chatscope เป็นชุดเครื่องมือ UI แบบโอเพ่นซอร์สสำหรับการพัฒนาแอปพลิเคชันแชทบนเว็บ
เบื่อกับการดิ้นรนกับแถบเลื่อนที่เหนียวหนึบ แก้ไขได้ ตอบสนองได้ดี และแฮ็ก CSS ใช่ไหม
ชุดนี้เหมาะสำหรับคุณ! ดูคุณสมบัติทั้งหมด
Chat UI Kit นำเสนอการพัฒนา 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 ได้รับการบันทึกไว้ในหนังสือนิทานของเรา
ตรวจสอบหนังสือนิทานที่เป็นมิตรของเรา
ไลบรารีนี้เขียนด้วย Javascript แต่การพิมพ์ Typescript มีอยู่ในแพ็คเกจตั้งแต่เวอร์ชัน 1.9.3
@chatscope/use-chat เป็น React hook สำหรับการจัดการสถานะในแอปพลิเคชันแชท
ลองดูและดูว่าคุณสามารถตรรกะการแชทด้วยตัวเองได้ง่ายแค่ไหน
หากคุณได้สร้าง UI การแชทที่ยอดเยี่ยมและคุณชอบห้องสมุดนี้ โปรดไปที่พื้นที่เก็บข้อมูลนี้!
https://chatscope.io
เอ็มไอที