mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(components): update tests to use new grid API and adds grid tests
This commit is contained in:
@ -45,14 +45,14 @@ export class TranslucentPageTab {
|
||||
<ion-content fullscreen={true}>
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col col-6><f class="red"></f></ion-col>
|
||||
<ion-col col-6><f class="green"></f></ion-col>
|
||||
<ion-col col-6><f class="blue"></f></ion-col>
|
||||
<ion-col col-6><f class="yellow"></f></ion-col>
|
||||
<ion-col col-6><f class="pink"></f></ion-col>
|
||||
<ion-col col-6><f class="purple"></f></ion-col>
|
||||
<ion-col col-6><f class="black"></f></ion-col>
|
||||
<ion-col col-6><f class="orange"></f></ion-col>
|
||||
<ion-col size="6"><f class="red"></f></ion-col>
|
||||
<ion-col size="6"><f class="green"></f></ion-col>
|
||||
<ion-col size="6"><f class="blue"></f></ion-col>
|
||||
<ion-col size="6"><f class="yellow"></f></ion-col>
|
||||
<ion-col size="6"><f class="pink"></f></ion-col>
|
||||
<ion-col size="6"><f class="purple"></f></ion-col>
|
||||
<ion-col size="6"><f class="black"></f></ion-col>
|
||||
<ion-col size="6"><f class="orange"></f></ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user