Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Setup
  • src parameter
  • Usage
  • Rendered Element

Was this helpful?

  1. Basic Concepts
  2. Components
  3. HTML components

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

  1. Select the layer or element you want to render as an iframe in Figma

  2. In the plugin navigate to the Component section

  3. Set the type to Iframe

  4. Optionally set the attributes of the component

  5. 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/>
PreviousListNextVideo

Last updated 1 year ago

Was this helpful?

📖
🧩