Looper
The Looper component is a container that uses a static or dynamic data array. Other components, such as a List or Typography component, are added to the Looper component to render dynamic content on the page.
Properties
Name | Type | Default | Description |
---|---|---|---|
loopData | array | Defines an array of data in the format id, prop1, prop2, prop3. The id must be is small letters. | |
itemName | string | Defines a unique identifier that allows access the array element's properties. |