idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Loop

Loop over an array to output multiple components based on data.

Input:

[Loop value:`['one', 'two', 'three']`]
  Item [Display value:"_iterator" /] [br/]
[/Loop]

Output:

Props

  • value array

    Array of values to map.

    • Example: `['one', 'two', 'three']`