Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70896

Ionic 4 - Documentation error "icon-only"?

$
0
0

@IonicGeoff wrote:

Trying to get an icon button to display without the button, the docs say that…

<ion-button>
  <ion-icon slot="icon-only" name="star"></ion-icon>
</ion-button>

…should do it, but it doesn’t!

Had to revert to …

<button ion-button>
  <ion-icon slot="icon-only" name="star"></ion-icon>
</button>

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70896

Trending Articles