@lsantaniello wrote:
Hi all,
I need to add custom icon into ion-tab but I don’t understand How works.<ion-tabs [selectedIndex]=“mySelectedIndex” name=“conference”>
<ion-tab [root]=“tab1Root” tabTitle=“aaaa” tabIcon=“calendar”>
<ion-tab [root]=“tab2Root” tabTitle=“ssss” tabIcon=“contacts”>
<ion-tab [root]=“tab3Root” tabTitle=“dddd” tabIcon=“contacts”>
I want use svg image. Is it possible?
Thanks
L
Posts: 1
Participants: 1