mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
24 lines
449 B
HTML
24 lines
449 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
<ion-title>Placeholders</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
|
|
<ion-list>
|
|
|
|
<ion-input>
|
|
<input type="text" placeholder="Username">
|
|
</ion-input>
|
|
|
|
<ion-input>
|
|
<input type="password" placeholder="Password">
|
|
</ion-input>
|
|
|
|
</ion-list>
|
|
|
|
<div padding>
|
|
<button primary block>Sign In</button>
|
|
</div>
|
|
|
|
</ion-content>
|