You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/top-app-bar/README.md
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -84,17 +84,6 @@ scrollTarget | React.RefObject | Sets scroll target to different DOM node (defau
84
84
tag | String | Customizes the `TopAppBar` HTML tag. (default: `<header>`)
85
85
> NOTES: As per design guidelines, prominent and dense variants should not be used with short or short collapsed. Additionally, dense variants should only be used on desktop. Additionally short top-app-bars should be used with no more than 1 action item.
86
86
87
-
#### Deprecated TopAppBar Props
88
-
89
-
The following props are deprecated since v0.11.0 and are scheduled for removal in v0.13.0.
90
-
They will still render as expected until v0.13.0, but will output a warning to the console.
91
-
92
-
Prop Name | Type | Description
93
-
--- | --- | ---
94
-
actionItems | Array | Accepts an array of elements that should be rendered to the opposite side of the title. Note that a single action item should also be passed as an array.
95
-
navigationIcon | Element | Appears adjacent to the title. This acts as the main action of the Top App Bar.
0 commit comments