1.0.4 • Published 2 months ago

criai-chat-embed-react v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Criai Chat Embed React

React library to display criai chatbot on your website

Criai

Install

npm install criai-chat-embed criai-chat-embed-react

or

yarn add criai-chat-embed criai-chat-embed-react

Import

Full Page Chat

import { FullPageChat } from "criai-chat-embed-react";

const App = () => {
  return (
    <FullPageChat
      chatflowid="your-chatflow-id"
      apiHost="http://localhost:3000"
    />
  );
};

Popup Chat

import { BubbleChat } from "criai-chat-embed-react";

const App = () => {
  return (
    <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
  );
};
1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

9 months ago

1.0.1

9 months ago