Wraps non-stacking blocks (similar to a table row). Can only contain m-column elements
Properties:
Name | Type | Description |
---|---|---|
width |
string | The width. Can be specified as pixels or percentages |
Example
<m-row>
<m-column width="60" valign="middle">Col1</m-column>
<m-column align="right">Col2</m-column>
</m-row>