Represents a column in the grid system. Use with <ons-row>
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 alignment.
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.