Iframe
iframe HTML tag
Overview
Iframes are used to embed a complete web page inside your current site, these have all types of implications as security handling and design limitations.
Use this component to add external embedded elements such as YouTube videos or a Google Form to your app.
Setup
- Select the layer or element you want to render as an iframe in Figma 
- In the plugin navigate to the Component section 
- Set the type to Iframe 
- Optionally set the attributes of the component 
- Compile and publish your project 
src parameter
Pass the URL of the resource or webpage that you want to embed in your site, this is the pure link without any other information or tag.
Usage
Select this component to render an iframe element in your HTML DOM.
Rendered Element
<iframe/>Last updated
Was this helpful?
