Last active
July 26, 2018 10:30
-
-
Save samarthagarwal/9dd1d4f8e7b83d2a3ceaa6e13c971f24 to your computer and use it in GitHub Desktop.
This file contains hidden or 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-list> | |
| <ion-item> | |
| <ion-label>Username</ion-label> | |
| <ion-input type="text" placeholder="Username"></ion-input> | |
| </ion-item> | |
| <ion-item> | |
| <ion-label>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