Skip to main content

Minimal usage

This block allows to group many blocks in a same container that you can style in css to have them displayed in column or row. It’s just a div. Demo

Display blocks as a row

Demo

Advanced usage

tag is the name of the html tag containing child blocks. Default is a div. It can take any valid html tag and fragment. This one generate a HTML Fragment, which don’t add any tag in DOM. Displays an unordered list:
Displays only two parapgaphes:
Demo