0.1.2 • Published 4 months ago

@naveen521kk/ai-assistant v0.1.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 months ago

Debales AI Assistant

React components for debales AI assistant.

Installation

npm install @debales-ai/ai-assistant

You would also need to install styled-components:

npm install styled-components

Usage

After creating a bot on debales.ai, you can use the Chatbot component to render the chatbot on your website. The botId prop is same as the project name.

import { Chatbot } from '@debales-ai/ai-assistant';

export default function App() {
  return (
    <div className="App">
      <Chatbot botId={'<enter-your-botid-here>'} />
    </div>
  );
}

Change Log

  • v0.1.0 - Initial release
  • v0.1.1 - Package is made ESM only to support Next.js.
0.1.2

4 months ago

0.1.1

4 months ago