
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@wearemothership/chat-ui-kit-react
Advanced tools
React component library for creating chat interfaces
[!NOTE] This has been forked from @chatscope/use-chat
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:
yarn add @wearemothership/chat-ui-kit-react
Using npm:
npm install @wearemothership/chat-ui-kit-react
Styles
Using yarn:
yarn add @wearemothership/chat-ui-kit-styles
Using npm:
npm install @wearemothership/chat-ui-kit-styles
import styles from "@wearemothership/chat-ui-kit-styles/dist/default/styles.min.css";
import {
MainContainer,
ChatContainer,
MessageList,
Message,
MessageInput,
} from "@wearemothership/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>;
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.
@wearemothership/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!
FAQs
React component library for creating chat interfaces
We found that @wearemothership/chat-ui-kit-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.