The SUPA Basic Repeater is a lightweight alternative to the Repeater Field element. It’s so light that it has no layout options, generates no CSS, and adds no wrappers.
This element is available in the FREE plugin: Asset4Breakdance
The in-built Repeater Field element is a wrapper, so it is already a div by default. To support multiple layouts, it adds another container (.bde-loop-item), and each item is wrapped in an extra tag (article by default).
This structure allows the element to support different layouts such as grid, slider, and masonry.
In comparison, the Supa Basic Repeater outputs only the loop itself, with no surrounding container. No extra divs, ever.
The Supa Basic Repeater has zero design settings, so it skips the heavy CSS that powers every layout option in the Repeater Fields element.

If you need a layout that isn't among the defaults offered by the Repeater Field element—say, a simple horizontal flex layout—wrap the Supa Basic Repeater element in a Div, a Fancy Container, or the Supa Code Block element.

You then have the essential structure you need—free of extra divs and CSS—making it easier to work with.





