> For the complete documentation index, see [llms.txt](https://v5.docs.allcancode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v5.docs.allcancode.com/writing-frontend-logic/visualizing-a-list.md).

# Visualizing a list

&#x20;

Step 1: Create a component

First way of implementation

Step 2: Create a child component

Step 3: Right click on the child component

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FC8ZOVAOgwvq7OAWxbGCd%2FScreenshot%202023-10-26%20at%201.58.32%E2%80%AFPM.png?alt=media&amp;token=42055a7b-dd53-422f-9c0a-051e48675349" alt=""><figcaption></figcaption></figure>

Step 4: Select "Properties"

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2F99RG14rZPzHMYEYmbkco%2FScreenshot%202023-10-26%20at%202.01.42%E2%80%AFPM.png?alt=media&amp;token=cedd6499-0197-4031-ae5e-c8455f4a0de2" alt=""><figcaption></figcaption></figure>

Step 5: Add a property and type the name

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2F1GkWPj35OSYPUMAIFQZc%2FScreenshot%202023-11-02%20at%203.10.11%E2%80%AFPM.png?alt=media&amp;token=ee241e1b-c4b0-4901-9d94-788424a00d20" alt=""><figcaption></figcaption></figure>

Step 6: Select component

Step 7: Import the child component

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FHdKu3ZrYqeCqqJREKnRp%2FScreenshot%202023-10-25%20at%204.28.03%E2%80%AFPM.png?alt=media&amp;token=73fae856-391d-4665-a9f4-c4bbf219a262" alt=""><figcaption></figcaption></figure>

Step 8: Select the child component, tap on "Visibility" panel, fill in "List Variable" and "Item Variable"

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FqVivKKVpzcpIJGcx3rcF%2FScreenshot%202023-11-02%20at%202.45.11%E2%80%AFPM.png?alt=media&amp;token=5c838ada-72df-40a7-a4e7-93be43f395da" alt=""><figcaption></figcaption></figure>

Step 9: Select child component and fill in "Text" field (content view panel) with list option's label starting with $.

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FIE8sI8jZgxt6VgKJKAPg%2FScreenshot%202023-11-02%20at%203.03.47%E2%80%AFPM.png?alt=media&amp;token=bd4b2d16-13b6-48c9-bd4c-b3ebc91c227e" alt=""><figcaption></figcaption></figure>

Second way of implementation

Step 2: Import container

Step 3: Select container

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2F185aXc8nDl4JW632LqeE%2FScreenshot%202023-10-25%20at%202.18.23%E2%80%AFPM.png?alt=media&amp;token=847bbbba-1f0c-432d-b372-80f104d4c6a3" alt=""><figcaption></figcaption></figure>

Step 4: Create a variable and complement "List Variable" field (list view panel) with variable's name starting with $. &#x20;

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FYhrGML8b0g2IEsgqH8Q6%2FScreenshot%202023-10-25%20at%203.58.18%E2%80%AFPM.png?alt=media&amp;token=f0c6e64b-7efd-4561-b46b-d3ec1f9f5292" alt=""><figcaption></figcaption></figure>

Step 5: Create a child component

Step 7: Complement "Item Variable" and select a component from "Component Name" dropdown

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FSTvTK0vKeHbWEnDhUMBq%2FScreenshot%202023-10-25%20at%204.00.13%E2%80%AFPM.png?alt=media&amp;token=226cfdd5-4824-4421-ae90-ac56defad70f" alt=""><figcaption></figcaption></figure>

Step 8: Select child component

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2Fjmxf9XmClfh4rIVZAdqI%2FScreenshot%202023-10-25%20at%203.24.23%E2%80%AFPM.png?alt=media&amp;token=1a3dabb6-9363-4b42-b042-e807bda551ac" alt=""><figcaption></figcaption></figure>

Step 9: Import a text

Step 10: Fill "Text" field (content view panel) with list option's label starting with $.

<figure><img src="https://1127799972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiibRrLuxVy9iwcIbtQmW%2Fuploads%2FKdJvRDjsbth9tZ826kTT%2FScreenshot%202023-10-25%20at%203.29.15%E2%80%AFPM.png?alt=media&amp;token=f1c44570-71a4-4813-980e-fc58c2557101" alt=""><figcaption></figcaption></figure>
