feat(grid): Adam Vintage Grid

This commit is contained in:
Max Lynch
2015-08-24 15:49:34 -05:00
parent 0c7070fcdb
commit b2b5814139
4 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import {App, NavController, IonicView} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
constructor() {
}
}

View 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>