0.1.0 • Published 2 years ago
chatbot-design v0.1.0
ChatBot-design
A design for chatBot
Installation
$ npm install --save chatbot-design
$ yarn add chatbot-designProps
| Name | value | Default |
|---|---|---|
| position | "bottom-center","bottom-right","bottom-left","top-center","top-right","top-left" | "top-center" |
| welcomText | any text you want | hooray 🥳🎉 welcom to chatBot |
Example
import Reactfrom "react";
import Chatbot from "chatbot-design"
export default function Example() {
return <Chatbot position="bottom-center" welcomText="welcome to chatBot 🎉 " />;
}License
MIT
0.1.0
2 years ago