Skip to content

Instantly share code, notes, and snippets.

@Parithi
Created August 1, 2018 10:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Parithi/a1774ac79ac715f53a08a6812abed3d4 to your computer and use it in GitHub Desktop.
Save Parithi/a1774ac79ac715f53a08a6812abed3d4 to your computer and use it in GitHub Desktop.
Creating a responsive Login Form in Ionic 4
<ion-grid>
<ion-row justify-content-center>
<ion-col align-self-center size-md="6" size-lg="5" size-xs="12">
<div text-center>
<h4>Login Form</h4>
</div>
<div padding>
<ion-item>
<ion-input type="text" placeholder="Username"></ion-input>
</ion-item>
<ion-item>
<ion-input type="password" placeholder="Password"></ion-input>
</ion-item>
</div>
<div padding>
<ion-button size="large" href="/touchid" expand="block">Login</ion-button>
</div>
</ion-col>
</ion-row>
</ion-grid>
@apps-mahmudbakale
Copy link

wow i love this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment