Widgets
The IntelliProve Widgets is a set of prebuilt UI components that streamline the creation of your customised Face Scan flow. They’re available in our JavaScript SDK, IntelliWidgets.js SDK, which provides everything you need to build an engaging, interactive Face Scan experience.
We support the following components:
IntelliProve Widgets come in three predefined sizes—small, medium, and large—each with specific height and width boundaries. The widgets are responsive within these limits, adapting fluidly to their parent container.
Inside these boundaries the widget behaves responsively and adapts to the parent containers size.
Height min: 168 px max: 256 px
Width min: 136 px max: 208 px
Aspect Ratio optimal: 4:5
Height min: 168 px max: 256 px
Width min: 272 px max: 520 px
Aspect Ratio optimal: 8:5
Height min: 336 px max: 640 px
Width min: 272 px max: 520 px
Aspect Ratio optimal: 4:5
Adding an IntelliProve Widget to your website is a straightforward process, which we refer to as mounting. You can use the intelli.mountWidget method to quickly embed a widget into your platform.
- First you need to create a container DOM element on your platform.
- Create an IntelliProveWidgets instance, authenticating with a valid user action token.
- intelli.mountWidget accepts a CSS query selector (e.g., #wellbeing-circle-tile).
More info on how to authenticate?
Detailed info on the IntelliWidget.JS SDK?