react-customerly
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

React Customerly

A simple react library to configure Customerly on your app in a simple way

Version 1.1.1

Installation

npm install react-customerly --save

or

yarn add react-customerly

Use / Example

import { customerly } from 'react-customerly';

customerly.initialize("app_id",{ widget_position: "right" ,widget_color:'FF00FF'});

app_id: Stands for the ID (project ID or App ID) provided by Customerly to config the Live Chat on your website - (the only required param).

Other params:

You can easily control all the other params like position and color of the widget and any other supported param from Customerly as well.

To learn more about the custom params, access the link:

Package Sidebar

Install

npm i react-customerly

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

82.6 kB

Total Files

6

Last publish

Collaborators

  • wmitrut