Skip to content

A simple package to configure Customerly on your react app

License

Notifications You must be signed in to change notification settings

Wmitrut/react-customerly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A simple package to configure Customerly on your react app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •