0.0.3 • Published 1 year ago

chatbot-npm-package-kit v0.0.3

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

React-chatbot-kit

Whit this module you can have a floating Chatbot for your users.

Author

Masood Shaterabadi

Badges

MIT License

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

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago