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