This option allows you to quickly wrap a Container outside the selected block.
Add to Container
Add to Row & Add to Stack
When multiple same blocks are selected by pressing the Shift button on your keyboard, you will also see the Add to Row
and the Add to Stack
options.
These two options are the shortcuts to set the Add to Row
wrapping container to be:
- display: flex;
- flex-direction: row;
And the Add to Stack
wrapping container to be:
- display: flex;
- flex-direction: column;