@denno1000/genistudio-package
v0.1.3
Published
A customizable chatbot component for easy integration into your web applications.
Downloads
79
Readme
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:
Import the ConfigurableChatbot component:
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: