1.0.34 • Published 4 years ago

waiboc-widget-react v1.0.34

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Waiboc Chatbots

Waiboc is intended to spread the use of Chatbot and AI to business of all kinds

Installation

npm

npm install --save  waiboc-widget-react

Usage

1- Import the component into your project

import { WaibocReactWidget }      from 'waiboc-widget-react' ;

2- Put yours credentials as props

<WaibocReactWidget
                    idAgent="IdChatbotWaiboc"
                    options={{
                        fontSize:'22px',
                        color: 'black'
                    }}
                    secret="SecretSupliedByWaiboc"
            />