top of page
WebPackIcon_NoBackground.png

GamePLAI Web Pack

Plugin and play

Integrate GamePLAI products easily using our suite of out-of-the-box web components - save time and cost developing your product.

1) Install the component you need

npm install @gameplai/bet-selector

2) Integrate it into your web app with two lines

<bet-selector></bet-selector>

<script src="./PATH/TO/PACKAGE"></script>

3) Built-in callback return the users selection and odds

document.getElementById('betselector').onBetSelected

    = (betid, selectionid, odds) => {

        // Do whatever!

}

See our bet selector web component integrated into the "QUIKBET" example app.

bottom of page