@flexcodelabs/sarufi-chatbox
Package Name
Features
Installation
npm install @flexcodelabs/sarufi-chatbox
or
yarn add @flexcodelabs/sarufi-chatbox
Usage
...
import SarufiChatbox from '@flexcodelabs/sarufi-chatbox';
<SarufiChatbox
botId={16}
API_URL={"https://api.sarufi.io"}
theme={{
primaryColor: "blue",
borderColor: "lightgray",
fontSize: "14",
fontFamily: "PoppinsRegular",
sentBoxBg: "blue",
receivedBoxBg: "white",
sentBoxColor: "white",
receivedBoxColor: "black",
chatboxBg: "#EDECE1",
receivedBoxLinkColor: "blue",
sentBoxLinkColor: "white",
}} />
Examples
Source code
Demo
Props
Name | Type | Default | Required | Description |
---|
Prop | type | `` | false | Descriptions |