mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(grid): Adam Vintage Grid
This commit is contained in:
9
ionic/components/grid/test/basic/index.ts
Normal file
9
ionic/components/grid/test/basic/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {App, NavController, IonicView} from 'ionic/ionic';
|
||||
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
11
ionic/components/grid/test/basic/main.html
Normal file
11
ionic/components/grid/test/basic/main.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<ion-row>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
Reference in New Issue
Block a user