0.4.6 • Published 2 years ago

@livechat/chat-widget v0.4.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Chat Widget

Installation

npm install --save @livechat/chat-widget

Preview

In order to embed chat widget's preview in your application, you can import preview function from special entry point (@livechat/chat-widget/preview) and call it with target element, like this:

import preview from '@livechat/chat-widget/preview'

const store = preview({
  target: document.getElementById('chat-widget-preview'),
})

In return you will get a special store object on which you will be able to call methods in order to manipulate store's data, current shown view, etc. It is a @livechat/chat-store's instance - for full API you can look into its documentation.

Besides target you can also pass in state and props.

  • state - will be passed in to the @livechat/chat-store as initialState
  • props - will be passed to the root Application component
    • onAnimationEnd - gets called when animation ends
    • onClick - gets called whenever user clicks on minimize button (to maximize) or a minimized widget (to minimize). You can return a promise from your onClick to delay actual state change until your promise resolves (useful if you need to i.e. resize containing element before changing state).

Enable feature

Available features:

  • agentAvatar
  • emailTranscript
  • facebookButton
  • googlePlusButton
  • rating
  • twitterButton
store.updateFeature('rating', { enabled: false })
store.updateFeature('facebookButton', {
  enabled: true,
  path: 'https://www.facebook.com/livechatpany',
})

Show mobile view

store.setApplicationState({ mobile: true })

Updating minimized type

store.updateConfig({
  minimizedType: 'bar', // or 'circle'
})

set RTL language type

store.setApplicationState({ rtl: true })

Updating theme

store.updateTheme({
  name: 'smooth', // name: 'modern'
  agentMessageColorBackground: '#fffff',
  agentMessageColorText: '#424d57',
  backgroundColor: '#e9eef4',
  minimizedColorBackground: '#ffffff',
  minimizedColorIcon: '#4384F5',
  minimizedColorText: '#000000',
  visitorMessageColorText: '#ffffff',
  visitorMessageColorBackground: '#4384f5',
  titlebarBackgroundColor: '#ffffff',
  titlebarText: '#424d57',
  systemMessageColor: '#424d57',
  agentbarBackgroundColor: '#fff',
  agentbarText: '#424d57',
  customJson: '',
})
0.4.5

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.31

3 years ago

0.3.30

3 years ago

0.3.29

3 years ago

0.3.28

3 years ago

0.3.27

4 years ago

0.3.26

4 years ago

0.3.25

4 years ago

0.3.24

4 years ago

0.3.23

4 years ago

0.3.22

4 years ago

0.3.21

4 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0-32

7 years ago

0.1.0-31

7 years ago

0.1.0-30

7 years ago

0.1.0-29

7 years ago

0.1.0-28

7 years ago

0.1.0-27

7 years ago

0.1.0-26

7 years ago

0.1.0-25

7 years ago

0.1.0-24

7 years ago

0.1.0-23

7 years ago

0.1.0-22

7 years ago

0.1.0-21

7 years ago

0.1.0-20

7 years ago

0.1.0-19

7 years ago

0.1.0-18

7 years ago

0.1.0-17

7 years ago

0.1.0-16

7 years ago

0.1.0-15

7 years ago

0.1.0-14

7 years ago

0.1.0-13

7 years ago

0.1.0-12

7 years ago

0.1.0-11

7 years ago

0.1.0-10

7 years ago

0.1.0-9

7 years ago

0.1.0-8

7 years ago

0.1.0-7

7 years ago

0.1.0-6

7 years ago

0.1.0-5

7 years ago

0.1.0-4

7 years ago

0.1.0-3

7 years ago

0.1.0-1

7 years ago

0.1.0-0

7 years ago