0.0.4 • Published 3 years ago

web-sdk-im v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

IM Web SDK

[Platform - React Js]

The IM Web SDK NPM package is for implementing the IM Web SDK with a frontend framework like React Js that uses Material-UI.

  • node_modules/web-sdk-im/lib/

Installation

In your frontend React Js project, install the Web SDK (NPM Package):

npm i web-sdk-im

Usage

In the component file where you want to use the Web SDK, import RootComponent into App.js.

import { RootComponent } from 'web-sdk-im'

NOTE: The following directory (already in node_modules) must be accessible in your url path:

  • node_modules/web-sdk-im/lib/

Demo

see demo here Storybook Demo