mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
14 lines
191 B
HTML
14 lines
191 B
HTML
|
|
<ion-toolbar>
|
|
<ion-title>Icons</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-input>
|
|
<ion-label>Username</ion-label>
|
|
<input type="text" value="">
|
|
</ion-input>
|
|
|
|
</ion-content>
|