Represents a row in the grid system. Use with ons-col to layout components.
<ons-row>
<ons-col width="50px"><ons-icon icon="fa-twitter"></ons-icon></ons-col>
<ons-col>Text</ons-col>
</ons-row>
Note: For Android 4.3 and earlier, and iOS6 and earlier, when using mixed alignment with ons-row and ons-column, they may not be displayed correctly. You can use only one align.
See the Pen Alert, confirm and prompt dialogs by Onsen & Monaca (@onsen) on CodePen.
Name | Type Default Value |
Description |
---|---|---|
align | String | Short hand attribute for aligning vertically. Valid values are top, bottom, and center. Optional |