1.0.5 • Published 9 months ago

tailwinds-embed-react v1.0.5

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

Tailwinds Embed React

React library to display tailwinds chatbot on your website

Install

npm install tailwinds-embed tailwinds-embed-react

or

yarn add tailwinds-embed tailwinds-embed-react

Import

Full Page Chat

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

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

Popup Chat

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

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

9 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago