@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