glint-embed-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Glint Embed React

React library to display glint chatbot on your website

Glint

Install

npm install glint-embed glint-embed-react

or

yarn add glint-embed glint-embed-react

Import

Full Page Chat

import { FullPageChat } from "glint-embed-react";

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

Popup Chat

import { BubbleChat } from "glint-embed-react";

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

Readme

Keywords

none

Package Sidebar

Install

npm i glint-embed-react

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

78.8 MB

Total Files

572

Last publish

Collaborators

  • mohamedbench