Skip to content
 
 

Repository files navigation

OSMI AI Embed React

React library to display OSMI AI chatbot on your website

OSMI AI

Install

npm install osmi-ai-embed osmi-ai-embed-react

or

yarn add osmi-ai-embed osmi-ai-embed-react

Import

Full Page Chat

import { FullPageChat } from "osmi-ai-embed-react";

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

Popup Chat

import { BubbleChat } from "osmi-ai-embed-react";

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages