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
  • No Code Queries
  • Custom GraphQL Queries

Was this helpful?

  1. Basic Concepts

Data Binding

PreviousScriptsNextActions

Last updated 1 year ago

Was this helpful?

Overview

Uncodie allows you to insert dynamic values and content into your app by using GraphQL queries and data sources.

Setup

  1. Open your Figma project

  2. Open Uncodie IDE

  3. After your data Data Source is set in your component's parent element

example: here we added a h1 local variable to the home Frame so it's available for any children to data bind.

  1. Navigate to the Component section

  2. Select your component text or image layer and bind the data in the Value section

  1. Select a variable from your collection to make the data binding:

  • Data Bind CSS Variables

  • Data Bind Text Values

  • Data Bind Images in Figma

  • Data Bind Querie Params

  • Data Bind Context Variables

  • Data Bind Script Params

No Code Queries

Use this query to link properties in your components through variable usage. See:

Custom GraphQL Queries

You can create any custom graph ql queries directly in the IDE by typing your search or mutation and passing params, see:

📖
🔍
🧩Components
🔤Variables
Queries