chatbot-npm-package-kit
v0.0.3
Published
Chatbot NPM Package Kit Test
Downloads
2
Maintainers
Readme
React-chatbot-kit
Whit this module you can have a floating Chatbot for your users.
Author
Masood Shaterabadi
Badges
Installation
Install chatbot-npm-package-kit with npm
npm install --save chatbot-npm-package-kit
Usage/Examples
import { ChatButton } from 'chatbot-npm-package-kit';
function App() {
return (
<div>
<ChatButton
message="Hi Welcome To the ChatBot how can i help you ?"
position="bottom-right" //bottom-right or bottom-left
/>
<div>)
}