# Cloning components to create "DVL" style lists

**URL:** https://community.thunkable.com/t/cloning-components-to-create-dvl-style-lists/2129351
**Category:** Questions about Thunkable X
**Created:** [November 13, 2022, 12:57pm UTC](https://community.thunkable.com/t/cloning-components-to-create-dvl-style-lists/2129351 "2022-11-13T12:57:04Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 14, 2022, 4:34am UTC](https://community.thunkable.com/t/cloning-components-to-create-dvl-style-lists/2129351/6 "2022-11-14T04:34:30Z")

</div>

I’m not sure I understand your question. I use Firebase with my clones in the [demo I posted](https://community.thunkable.com/t/demo-checkbox-effect-for-cloned-dvl-components/2127918).

I just loop through the Firebase list and set each label’s text to the property from each Firebase item. And then the detection part is the same as above. The blocks don’t really change just because I’m using Firebase. The setup is different but the click detection is the same.

It helps that my Firebase data is structured like this:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/f/4f15fb01a6cc68c7adb1ca3a26acb63959e31ba6.png)

So I loop through the items in cloud variable “Journal/10-1-2022” and get the “item” property of each loop item.

---

_[View the full topic](https://community.thunkable.com/t/cloning-components-to-create-dvl-style-lists/2129351)._
