mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
22 lines
366 B
HTML
22 lines
366 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>
|
|
Alert Dismiss
|
|
</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-list>
|
|
<ion-item>
|
|
<ion-label floating>Input text here</ion-label>
|
|
<ion-input type="text"></ion-input>
|
|
</ion-item>
|
|
</ion-list>
|
|
|
|
<div padding>
|
|
<button primary block (click)="submit()">
|
|
Submit
|
|
</button>
|
|
</div>
|
|
|
|
</ion-content> |