![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@calimero-is-near/chat-ui-kit-react
Advanced tools
Fork of @chatscope/chat-ui-kit-react customized for Calimero 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 @chatscope/chat-ui-kit-react
Using npm:
npm install @chatscope/chat-ui-kit-react
Styles
Using yarn:
yarn add @chatscope/chat-ui-kit-styles
Using 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>;
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!
FAQs
Fork of @chatscope/chat-ui-kit-react customized for Calimero Chat
The npm package @calimero-is-near/chat-ui-kit-react receives a total of 0 weekly downloads. As such, @calimero-is-near/chat-ui-kit-react popularity was classified as not popular.
We found that @calimero-is-near/chat-ui-kit-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.