mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(navbar): add note about when to use navbar and when to use toolbar
Closes https://github.com/driftyco/ionic-site/issues/685
This commit is contained in:
@ -66,6 +66,8 @@ class ToolbarBackground {
|
|||||||
* button. A navbar can contain a `ion-title`, any number of buttons,
|
* button. A navbar can contain a `ion-title`, any number of buttons,
|
||||||
* a segment, or a searchbar. Navbars must be placed within an
|
* a segment, or a searchbar. Navbars must be placed within an
|
||||||
* `<ion-header>` in order for them to be placed above the content.
|
* `<ion-header>` in order for them to be placed above the content.
|
||||||
|
* It's important to note that navbar's are part of the dynamica navigation
|
||||||
|
* stack. If you need a static toolbar, use ion-toolbar.
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```html
|
* ```html
|
||||||
|
Reference in New Issue
Block a user