mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(docs): replace ion-navbar with ion-toolbar (#15126)
The header still has an old example of `ion-navbar`.
This commit is contained in:

committed by
Manu MA

parent
01323acd6a
commit
0219309297
@ -1,8 +1,11 @@
|
||||
```html
|
||||
<ion-header>
|
||||
<ion-navbar>
|
||||
<ion-title>Page1</ion-title>
|
||||
</ion-navbar>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
</ion-buttons>
|
||||
<ion-title>My Navigation Bar</ion-title>
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-toolbar>
|
||||
<ion-title>Subheader</ion-title>
|
||||
|
Reference in New Issue
Block a user