@ringcentral-integration/widgets v0.15.0
ringcentral-js-widgets
Introduction
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.
Get Started
We use RingCentral Widgets CLI to startup a RingCentral Widgets based app.
$ npm install -g ringcentral-widgets-cli
$ rc-widgets -h
Create a new project
rc-widgets new your_project_name
cd your_project_name
yarn install
Update .env
file in project root path.
Start development server
$ yarn start
Visit on http://localhost:8080 in browser.
For production build and deploy, please get more information in here.
Tutorials
This is a demo and step-by-step tutorials show how to use this library.
Tests
This packages's tests are included in RingCentral Widget Test