@gonmtl wrote:
Hey there! I’m trying to do this header.
And this is what i have but i don’t know how to get the “folder” icon with the text to the second row in the header
The code:
<ion-toolbar class="header-styling" mode="ios"> <!-- header styling contains the gradient --> <ion-title class="titleicon" style="display:inline-block" padding> <object type="image/svg+xml" data="./assets/logochaniar.svg"></object> </ion-title> <ion-icon slot="end" name="home"></ion-icon> <ion-buttons slot="start"> <ion-back-button defaultHref="home"></ion-back-button> </ion-buttons> </ion-toolbar> </ion-header>
Thanks in advance!
Posts: 1
Participants: 1