This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@debales-ai/ai-assistant
TypeScript icon, indicating that this package has built-in type declarations

1.10.96 • Public • Published

Debales AI Assistant

React components for debales AI assistant Plugin.

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

Package Sidebar

Install

npm i @debales-ai/ai-assistant

Homepage

debales.ai

Weekly Downloads

45

Version

1.10.96

License

UNLICENSED

Unpacked Size

2.18 MB

Total Files

56

Last publish

Collaborators

  • anuragchauhan766
  • tilakranjan99
  • yashgupta2022