8.0.1 • Published 15 days ago

@unblu/floating-js-api v8.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
15 days ago

Unblu Floating JS API

The Floating JS API is an optional add-on to the Unblu Floating UI site integration. It allows JavaScript access to the local Floating Unblu UI integration.

Installation

In your project execute the following command which will install the floating-js-api and add it to the package.json file as a dependency.

npm install --save @unblu/floating-js-api

The floating-js-api'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.

Once installed you can use it like so:

import unblu from "floating-js-api";

const api = await unblu.floating.api.initialize();
// use the floating API

Documentation

See Unblu Floating JS API Documentation for the full documentation of the API.

Examples

For examples how you can integrate Unblu into your website or webapp see Unblu Visitor JS API Examples on GitHub

8.0.1

15 days ago

7.43.1

23 days ago

7.42.1

2 months ago

7.41.1

3 months ago

7.40.2

4 months ago

7.40.0

5 months ago

7.39.0

5 months ago

7.38.2

6 months ago

7.37.2

6 months ago