File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -142,17 +142,9 @@ class DynamicPageTitle extends UI5Element {
142
142
* It should be used to provide a simplified, single-line title that takes up less space on smaller screens.
143
143
*
144
144
* **Note:**
145
- * - The content set in this slot overrides all other content set in the `DynamicPageTitle` slots when displayed.
145
+ * - The content set in this slot ** overrides** all other content set in the `DynamicPageTitle` slots when displayed.
146
146
* - The slot is intended for a single `ui5-title` component.
147
147
*
148
- * **Usage Example:**
149
- * ```html
150
- * <ui5-dynamic-page-title>
151
- * <!-- Other slots like heading, subheading, etc. -->
152
- * <ui5-title slot="snappedTitleOnMobile" size="H4" wrapping-type="None">My Snapped Mobile Title</ui5-title>
153
- * </ui5-dynamic-page-title>
154
- * ```
155
- *
156
148
* @public
157
149
* @since 2.3.0
158
150
*/
You can’t perform that action at this time.
0 commit comments