0.2.0 • Published 1 year ago

@ibti-tech/chatbot v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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>
  )
}
0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago