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
  • Component Repeat or Table Components
  • Setup

Was this helpful?

  1. Basic Concepts
  2. Components
  3. Advanced

Repeat

Component Loops or Repeats for grids, rows and cells

PreviousStyle PersonalizationNextLoading

Last updated 1 year ago

Was this helpful?

Overview

Tables or loops are the basic element of how most apps are built, with them you can handle complex views and most apps have a similar structure

Component Repeat or Table Components

Any component in your project can be looped into a grid, table, or any layout you set with the repeat component

Setup

  1. Navigate to Component and in the layer, group, or component you want to loop select component type to repeat

  1. Select the items array that will function as the "for" statement, it can be any collection, array, or script return value that handles an Array of elements

Use this component to map an Array of objects in a variable or data source. This component will repeat the selected figma component N times where N is the number of elements in your Array. See also:

📖
🧩
Collections