RingCentral integration widgets aim to provide reusable UI components to allow developers to integrate RingCentral unified communication service into third party processes or tools more easily.
This project is built based on RingCentral Integration Common Library and React. The basic idea is to connect modules in RingCentral Integration Common Library with React components to provide ready to use UI widgets.
We use RingCentral Widgets CLI to startup a RingCentral Widgets based app.
$ npm install -g ringcentral-widgets-cli
$ rc-widgets -h
rc-widgets new your_project_name
cd your_project_name
yarn install
Update .env
file in project root path.
$ yarn start
Visit on http://localhost:8080 in browser.
For production build and deploy, please get more information in here.
This is a demo and step-by-step tutorials show how to use this library.
This packages's tests are included in RingCentral Widget Test