Gathering detailed insights and metrics for @canidigital/chat-ui-kit-react
Gathering detailed insights and metrics for @canidigital/chat-ui-kit-react
Gathering detailed insights and metrics for @canidigital/chat-ui-kit-react
Gathering detailed insights and metrics for @canidigital/chat-ui-kit-react
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
npm install @canidigital/chat-ui-kit-react
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,567 Stars
110 Commits
136 Forks
14 Watchers
3 Branches
7 Contributors
Updated on Jul 12, 2025
Latest Version
0.2.8
Package Id
@canidigital/chat-ui-kit-react@0.2.8
Unpacked Size
801.02 kB
Size
123.65 kB
File Count
201
NPM Version
9.6.7
Node Version
20.3.0
Published on
Oct 09, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
12
3
46
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.
Chat UI Kit brings you chat UI development at warp speed 🚀
Demos index: https://chatscope.io/demo.
Component library
Using yarn:
1yarn add @chatscope/chat-ui-kit-react
Using npm:
1npm install @chatscope/chat-ui-kit-react
Styles
Using yarn:
1yarn add @chatscope/chat-ui-kit-styles
Using npm:
1npm install @chatscope/chat-ui-kit-styles
1import styles from "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css"; 2import { 3 MainContainer, 4 ChatContainer, 5 MessageList, 6 Message, 7 MessageInput, 8} from "@chatscope/chat-ui-kit-react"; 9 10<div style={{ position: "relative", height: "500px" }}> 11 <MainContainer> 12 <ChatContainer> 13 <MessageList> 14 <Message 15 model={{ 16 message: "Hello my friend", 17 sentTime: "just now", 18 sender: "Joe", 19 }} 20 /> 21 </MessageList> 22 <MessageInput placeholder="Type message here" /> 23 </ChatContainer> 24 </MainContainer> 25</div>;
Yeah! Your first chat GUI is ready!
UMD usage is documented in our Storybook.
Check our friendly Storybook.
The library is written in Javascript, but Typescript typings are available in the package since version 1.9.3.
@chatscope/use-chat is a React hook for state management in chat applications.
Check it out and see how easy you can do the chat logic yourself.
If you've made an awesome chat UI and you love this library, please ⭐ this repository!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
packaging workflow detected
Details
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 4/29 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More