How to add an icon to a button item

If I have a button item, how would i go about adding an icon to right-hand side of it?

By reading the documentation over here: http://ionicframework.com/docs/components/#icon-buttons

<!-- Float the icon right -->
<button ion-button icon-right>
  Right Icon
  <ion-icon name="home"></ion-icon>
</button>
1 Like