Wrapping for stacking blocks, can only contain m-box elements
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
align |
string |
<optional> |
center | Horizontal alignment. Can be **left / right / center** |
valign |
string |
<optional> |
top | Vertical alignment. Can be **top / bottom / middle** |
inverted |
boolean |
<optional> |
Reverses the direction of block stacking. | |
direction |
string |
<optional> |
Deprecated |
Example
<m-boxes align="left" valign="middle">
<m-box width="435" align="left">...</m-box>
<m-box width="165" align="left">...</m-box>
</m-boxes>