diff --git a/core/src/components/title/readme.md b/core/src/components/title/readme.md index 8a86f2ec53..99766c5adc 100644 --- a/core/src/components/title/readme.md +++ b/core/src/components/title/readme.md @@ -60,7 +60,7 @@ In the example above, notice there are two `ion-header` elements. The first `ion ```html - + Click Me Settings @@ -70,7 +70,7 @@ In the example above, notice there are two `ion-header` elements. The first `ion - + Click Me Settings @@ -87,7 +87,7 @@ In the example above, notice there are two `ion-header` elements. The first `ion In this example, notice that we have added two sets of `ion-buttons` both with `collapse="true"`. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an `ion-title` element. -`ion-buttons` elements that do not have `collapse` set will always be visible, regardless of collapsed state. +`ion-buttons` elements that do not have `collapse` set will always be visible, regardless of collapsed state. When using the large title and `ion-buttons` elements inside of `ion-content`, the `ion-buttons` elements should always be placed in the `end` slot. When styling the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation. @@ -188,7 +188,7 @@ export const LargeTitleExample: React.FC = () => ( <> - + Click Me Settings @@ -198,7 +198,7 @@ export const LargeTitleExample: React.FC = () => ( - + Click Me Settings @@ -217,7 +217,7 @@ export const LargeTitleExample: React.FC = () => ( In this example, notice that we have added two sets of `IonButtons` both with `collapse="true"`. When the secondary header collapses, the buttons in the secondary header will hide, and the buttons in the primary header will show. This is useful for ensuring that your header buttons always appear next to an `IonTitle` element. -`IonButtons` elements that do not have `collapse` set will always be visible, regardless of collapsed state. +`IonButtons` elements that do not have `collapse` set will always be visible, regardless of collapsed state. When using the large title and `ion-buttons` elements inside of `ion-content`, the `ion-buttons` elements should always be placed in the `end` slot. When styling the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation. @@ -289,7 +289,7 @@ In the example above, notice there are two `ion-header` elements. The first `ion