@ibti-tech/chatbot
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

IBTI Chatbot

IBTI Chatbot is an assistent designed to provide intelligent responses and assist users effectively according to ibti available data from website and blog.

How to use on your project

  1. Install using yarn or npm
  yarn add @ibti-tech/chatbot | npm install @ibti-tech/chatbot
  1. Import Chatbot component into your react application and use it as a component
import { Chatbot } from '@ibti-tech/chatbot'
  1. Use the component
// {...}
const MyFunctionalComponent = () => {
  return (
    <div>
      <ChatbotProvider
        locale="pt-BR"
        apiURL="http://localhost:6061"
        theme="dark"
      >
        <ChatbotBar />
      </ChatbotProvider>
    </div>
  )
}

Package Sidebar

Install

npm i @ibti-tech/chatbot

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

128 kB

Total Files

5

Last publish

Collaborators

  • ibtitech