Skip to content

m-row

Wraps blocks that should scale on mobile devices

TIP

Can contain only m-column

Attributes

AttributeDefault ValueDescription
widthWidth. Specified in px or %

Example

html
<m-row>
    <m-column width="60" valign="middle">Col1</m-column>
    <m-column align="right">Col2</m-column>
</m-row>