@unblu/branch-client-app-component v8.15.3
Unblu Branch Client App Component API
The branch client app API allows you to embed Unblu Branch in your site as a web component.
Installation
In your project execute the following command which will install the branch-client-app-component
and add it to the package.json
file as a dependency.
npm install --save @unblu/branch-client-app-component
The branch-client-app-component
's version is synchronized with the Unblu collaboration server version.
To guarantee compatibility between the two, use the latest JS library version that is either equal to or smaller than the Collaboration Server version you are using.
To use the library in your code, import it:
import "@unblu/branch-client-app-component";
Documentation
See Unblu Branch Client App Component API Documentation for the full documentation of this component.
Examples
For examples how you can integrate Unblu into your website or webapp see Unblu Visitor JS API Examples on GitHub
3 months ago