How to achieve ion-item like in example?

How can I achieve this item-list minus the icon??? Left side black text, right side grey text (value) with right arrow

You can find this in Ionic docs emulator, but there is no code provided for the shown examples.

use like this

<ion-list>
  <ion-item>
      Hotspot
    <ion-note item-right>OFF</ion-note>
  </ion-item>
</ion-list>

all examples in ionic documentation have demo link to the source as well
here is a link of all the list styles source code.