Some layouts need plain HTML containers (simple <div>
element) without the extra styling that comes with Row, Stack, or Grid blocks.
Adding dedicated Div block would give you lightweight building blocks for fine-grained control. You could apply only the classes, attributes, and styles you need, avoiding the default margins or flex settings that core layout blocks add.
This block could also serve as wrappers when you need to group elements for animation triggers, dynamic visibility, or custom CSS without changing the document flow.
Would native Div block fit into your workflow?