0.5.0 • Published 10 days ago

@debales-ai/ai-assistant v0.5.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
10 days 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
0.5.0

10 days ago

0.4.1

23 days ago

0.4.0

24 days ago

0.2.1

26 days ago

0.3.1

26 days ago

0.3.0

1 month ago

0.2.0

1 month ago

0.1.0

4 months ago