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

1.3.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";

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

Dependents (0)

Package Sidebar

Install

npm i @cmnd-ai/chatbot-react

Weekly Downloads

67

Version

1.3.0

License

ISC

Unpacked Size

41.3 kB

Total Files

31

Last publish

Collaborators

  • ersel