how to add a logo to header -bar in ionic

后端 未结 6 2086
感动是毒
感动是毒 2020-12-25 15:42

I am trying to add a logo in the center of my header bar using Ionic. Any advise on how to do it?

Here is my code



        
6条回答
  •  [愿得一人]
    2020-12-25 16:06

    Considering that you are using a nav bar, you should use ion-nav-title. Here's an example:

    
    
    
      
        
          
        
        
          Some super content here!
        
      
    
    

提交回复
热议问题