The Livble SDK
Learn how to embed the Livble widget within your tenant portal
📦 What is the Livble SDK?
The Livble SDK is a JavaScript package that enables you to embed the Livble Widget and Livble Experience into your tenant portal.
It also provides event hooks via callbacks, allowing you to react to key Livble interactions and enhance the user experience with custom logic.
⚡ Installation (via NPM)
npm install @lvble/core@"^3.92.0"
npm install @lvble/react@"^3.92.0"📖 Integration & Documentation
Explore the guides below to integrate the Livble SDK into your tenant portal:
- 🧩 Embedding the Livble Widget & Experience – How to embed the Livble Widget into your portal.
- 📱 Embedding Livble in your mobile app – How to embed the Livble Widget into your mobile app version.
- 🔔 Handling events from the Livble SDK – How to handle events emitted by the Livble SDK. (Also includes event reference table)
Updated 4 months ago