@unblu/embedded-app-component
v8.9.2
Published
Unblu Embedded App Component allows to integrate Unblu into a website using a web component
Downloads
305
Readme
Unblu Embedded App Component API
The embedded app API allows you to embed Unblu in your site as a web component instead of having the Unblu Floating UI displayed over the website.
Installation
In your project execute the following command which will install the embedded-app-component
and add it to the package.json
file as a dependency.
npm install --save @unblu/embedded-app-component
The embedded-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/embedded-app-component";
Documentation
See Unblu Embedded 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