0.5.1 • Published 2 years ago
chatbot-component v0.5.1
Introduction
npm install chatbot-component
import {ChatBot} from 'chatbot-component';
const MyApp = () => {
return (
<div>
<ChatBot token={"your token"} />
</div>
)
}
npm install chatbot-component
import {ChatBot} from 'chatbot-component';
const MyApp = () => {
return (
<div>
<ChatBot token={"your token"} />
</div>
)
}