mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(toolbar): clean up docs
This commit is contained in:
@ -65,8 +65,8 @@ export class ToolbarBase extends Ion {
|
|||||||
* The toolbar is generic bar that sits above or below content.
|
* The toolbar is generic bar that sits above or below content.
|
||||||
* Unlike an `Navbar`, `Toolbar` can be used for a subheader as well.
|
* Unlike an `Navbar`, `Toolbar` can be used for a subheader as well.
|
||||||
* Since it's based on flexbox, you can place the toolbar where you
|
* Since it's based on flexbox, you can place the toolbar where you
|
||||||
* need it and flexbox will handle everythign else. Toolbars will automatically
|
* need it and flexbox will handle everything else. Toolbars will automatically
|
||||||
* assmue they should be placed before an `ion-content`, so to specifcy that you want it
|
* assume they should be placed before an `ion-content`, so to specify that you want it
|
||||||
* below, you can add the property `placement="bottom"`. This will change the flex order
|
* below, you can add the property `placement="bottom"`. This will change the flex order
|
||||||
* property.
|
* property.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user