Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active August 10, 2018 10:42
Show Gist options
  • Select an option

  • Save samarthagarwal/17476316e0fa0c4f70a0151254f69a72 to your computer and use it in GitHub Desktop.

Select an option

Save samarthagarwal/17476316e0fa0c4f70a0151254f69a72 to your computer and use it in GitHub Desktop.
<ion-list>
<ion-item>
<ion-label position="fixed">Username</ion-label>
<ion-input type="text" placeholder="Username"></ion-input>
</ion-item>
<ion-item>
<ion-label position="fixed">Password</ion-label>
<ion-input type="password" placeholder="Password"></ion-input>
</ion-item>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment