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

0.0.4 • Public • Published

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" />
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @clikvn/chatbot-embedded-react

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

6.47 kB

Total Files

11

Last publish

Collaborators

  • ducndm
  • tuongna
  • tungtt01
  • tunq2202
  • tuannka
  • holgl_clik