ion-slide-box-tabs
ion-slide-box-tabs copied to clipboard
ion-slide-tab-label with ionicons
Is there a way to make the tab label ionicons instead of text? Amazing plugin by the way.
OK so i solved this issue with a little digging about. for anyone who has a similar issue jus do dis;
<ion-slide ion-slide-tab-label="<a class='tab-item'>
<i class='icon ion-ios-paper-outline'></i>
Streams
">
Not sure if there is a better way but it worked find for me. FYB u will have to mess arnd with d css a bit to show the full icon.
thank you