A simple react library to configure Customerly on your app in a simple way React Customerly
Installation
npm install react-customerly --save
or
yarn add react-customerly
Use / Example
import { customerly } from 'react-customerly';
customerly.initialize(app_id);
app_id
*: Stands for the ID (project ID or App ID) provided by Customerly to config the Live Chat on your website - *(required).
Other params:
-
mobile
: If you want to hide(false) or show(true) it your widget on the mobile version, you have to provide this boolean flag - true as default. -
attachments
: Another boolean flag. It's intended to active the attachment feature to your chat - false as default. -
screenshot
: Other boolean flag that controls the availability of the attachment feature - false as default. -
lang
: It's where you control which language your live chat will be - the available ones are:'it'|'en'|'fr'|'es'
-en
as default. -
visible
: Controls the visibility of the widget - true as default. -
color
: Customize the color based on your app theme, you can useHEX
colors without the#
on the string. -
position
: Controls which side the widget will appear in your page.
You can learn more from How to control the live chat widget custom features of Customerly docs.