0.1.0 • Published 3 months ago

chatbot-design v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

ChatBot-design

A design for chatBot

Installation

$ npm install --save chatbot-design
$ yarn add chatbot-design

Props

NamevalueDefault
position"bottom-center","bottom-right","bottom-left","top-center","top-right","top-left""top-center"
welcomTextany text you wanthooray 🥳🎉 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