What is an IFrame?
The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one. You can read more about IFrames here.
Where can I use the component?
Since the web component is an HTML element, you can use it in any context:- Directly in an HTML file
- Define it in vanilla JS
- Any JS web framework: React, Vue, Angular, etc
Constructing the IFrame Link
The IFrame is powered by an Explo URL that will need to be constructed.Use an Embed Secret (Recommended)
https://app.explo.co/report-builder/iframe/<jwt>/<environment>
Use a Report Builder Id and Customer Token
https://app.explo.co/report-builder/iframe/<report_builder_id>/<customer_token>/<environment>