@onereach/rwc-client

6.4.2Β β€’Β PublicΒ β€’Β Published

Rich Web Chat client

πŸš€ Get started

  1. Install RWC client package:
npm i @onereach/rwc-client
  1. Add RWC styles globally. It should be placed in the main entrypoint file, e.g for Vue - App.vue, React - main.[ts|js], Next - layout.ts{x}:
import '@onereach/rwc-client/dist/lib/richWebChat.css';
  1. Import RWC constructor and create a class instance:
import RWC from '@onereach/rwc-client'; // default skin
import { Sidebar, Core } from '@onereach/rwc-client'; // custom skin

var app = new RWC({...parameters})

πŸ“˜ Docs

Use Rich Web Chat Documentation for the detailed features explanation.

Readme

Keywords

none

Package Sidebar

Install

npm i @onereach/rwc-client

Weekly Downloads

350

Version

6.4.2

License

none

Unpacked Size

675 kB

Total Files

5

Last publish

Collaborators

  • onereach.admin
  • onereach.user