Stacking blocks. Can only be used inside m-boxes
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** |
width |
string |
<optional> |
300 | Block width in px |
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>