Last active
August 10, 2018 11:30
-
-
Save samarthagarwal/66fb27b693a5c6f44812c4709528062f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-grid> | |
| <ion-row> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| <ion-col size="12" size-sm="6" size-md="4" size-lg="3" size-xl="2"> | |
| This column takes 12/12 column width on the smallest (xs) screens. It takes 6/12 column width on small screens. It takes | |
| 4/12 column width on medium sized screens. It takes 3/12 column width on large sized screens and it takes 2/12 column | |
| width on extra-large screens. | |
| </ion-col> | |
| </ion-row> | |
| </ion-grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment