What elements are repeatable? (BS & F7)

Is there documentation of the elements that could tell me what elements are repeatable? (e.g. BS rows, BS sections, F7 Lists?)

And what is the practical difference between “Repeat Children” and “Repeat”?

#stillevaluating

You can repeat any element you like.

  • repeat is repeaing the element it’s applied to
  • repeat children is repeating the child element in a parent>child structure, such as ul>li or div>div or whatever parent>child structure is.

The regular repeat is a dynamic attribute.

The repeat children is a component in App Connect and as a component it has properties such as unique key and dynamic events.

1 Like

Thanks again, Teodor.

I am perhaps a bit confused about the different ways of repeating (aka looping). Either we can do it via different components (like rows, sections, lists) or we can add either a “repeat” or “repeat children” node.

Perhaps I should get some days off from my dayjob to deep dive into Wappler :joy::joy::joy:

rows, sections and other elements are just extended using the repeaters properties, the code is the same.

1 Like