ion-label
Child of ionList

Usage

<ion-list>
  <ion-input>
    <ion-label>Username</ion-label>
    <input type="text">
  </ion-input>
</ion-list>