@onereach/rwc-client
v6.4.2
Published
## π Get started 1. Install RWC client package: ```bash npm i @onereach/rwc-client ``` 2. 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}`: ```javascript impo
Downloads
931
Readme
Rich Web Chat client
π Get started
- Install RWC client package:
npm i @onereach/rwc-client
- 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';
- 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.