Skip to main content

Intro

The widgets are snippets of code that can be used to display certain information from the player through some specific configurations to get the code that would be responsible for displaying the data.

To use the widgets there are a few steps that must be followed:

  1. A script must be added to obtain the minified code for the widgets, like this:
<script src="https://{your-client-sub-domain}.gamanzaengage.com/casino-ui-widgets/bundle.min.js"></script>
  1. The widgets must be initialized with a configuration object.

  2. You must specify some properties to display each respective widget properly.