0.0.5 • Published 9 months ago

@clikvn/chatbot-embedded-react v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Clik Embed React

React library to display clik chatbot on your website

Install

npm install @clikvn/chatbot-embedded @clikvn/chatbot-embedded-react

or

yarn add @clikvn/chatbot-embedded @clikvn/chatbot-embedded-react

Import

Full Page Chat

import { FullPageChat } from "@clikvn/chatbot-embedded-react";

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

Popup Chat

import { BubbleChat } from "@clikvn/chatbot-embedded-react";

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

9 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago