Skip to main content

Layout List

The layout_list component allows components to be displayed in a group/list. It also allows for iteration over an array of data.

Current layouts we support are vertical, horizontal, and scrollable. You can see an example of the scrollable data below as well.

Iterating over an array

By providing an array of objects to field, each item in the array will be applied to the items field. For instance, if there were 3 points in the array, and the items field had only one paragraph component, then the layout_list would produce a list of 3 paragraphs.

Get Started
Build your app on our Developer Dashboard now!