@cmnd-ai/chatbot-react
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

@cmnd-ai/chatbot-react

This npm package provides a customizable chatbot component for use in web applications, designed specifically for React environments.

Installation

You can install the @cmnd-ai/chatbot-react from npm using npm or yarn:

npm install @cmnd-ai/chatbot-react

With yarn

yarn add @cmnd-ai/chatbot-react

Example implementation

import { ChatProvider } from "@cmnd-ai/chatbot-react";
import "@cmnd-ai/chatbot-react/dist/styles/index.css"

const App = () => {
  return (
    <ChatProvider
      baseUrl="<your-cmnd-api-base-url>"
      chatbotId={"<your-chatbot-id>"}
      organizationId={"<your-organization-id>"}
    />
  );
};

export default App;

For more information on customizing the chatbot components, please refer here

Readme

Keywords

none

Package Sidebar

Install

npm i @cmnd-ai/chatbot-react

Weekly Downloads

7

Version

1.5.0

License

ISC

Unpacked Size

49.9 kB

Total Files

41

Last publish

Collaborators

  • ersel