Skip to content

Instantly share code, notes, and snippets.

@thivatm
Created January 12, 2019 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thivatm/d72251ca31a9648cf9b8e7f631ebed62 to your computer and use it in GitHub Desktop.
Save thivatm/d72251ca31a9648cf9b8e7f631ebed62 to your computer and use it in GitHub Desktop.
Write the skeleton straight of in the Home component of your app
<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