Installation
You can find our flex components at our CDN, use the link below to get our latest changes.Add a iframe to your page:
Code Block |
---|
<iframe id="infoland" src="https://static.ambita.com/infoland-mflex/iframe.html"></iframe> |
Then load the script to initialise the iframe
Code Block |
---|
<script src="https://beta-static.ambita.com/infoland-mflex/Infoland.umdjs/index.js"></script> |
Usage
Add the script tag to head and use the library after the dom is ready
...