0.1.1 • Published 10 months ago

@denno1000/genistudio-package v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Genistudio Configurable Chatbot

A customizable chatbot component for easy integration into your web applications.

Installation

To install the @denno1000/genistudio-package, run one of the following commands in your project directory:

Usage

After installation, follow these steps to integrate the configurable chatbot into your application:

  1. Import the ConfigurableChatbot component:
  1. Add the component to your JSX, passing the required chatbotId prop:

const App = () => { return (

Replace "your-chatbot-id-here" with the actual ID of the chatbot you wish to configure.

Example

Here's a complete example of how to use the ConfigurableChatbot component: