Created
January 12, 2019 18:39
-
-
Save thivatm/d72251ca31a9648cf9b8e7f631ebed62 to your computer and use it in GitHub Desktop.
Write the skeleton straight of in the Home component of your app
This file contains 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-content padding> | |
<div class="header"> | |
<ion-row> | |
<p>Convert</p> | |
</ion-row> | |
</div> | |
<!-- #region Value Inputs --> | |
<div class="contents"> | |
<ion-row> | |
<ion-input type="number" class="value-input"></ion-input> | |
</ion-row> | |
<ion-row> | |
<ion-input type="number" class="value-input"></ion-input> | |
</ion-row> | |
</div> | |
<!-- #endregion --> | |
<!-- #region --> | |
<ion-row> | |
<ion-col class="selectors"> | |
<select class="select-list"> | |
<option>Options to be put</option> | |
</select> | |
</ion-col> | |
<ion-col> | |
<select class="select-list"> | |
<option></option> | |
</select> | |
</ion-col> | |
</ion-row> | |
<!-- #endregion --> | |
</ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment