[AAE-15251] Making header component more customizable (#8670)

This commit is contained in:
Ehsan Rezaei
2023-06-15 18:23:55 +02:00
committed by GitHub
parent eda42a69ef
commit f915370bc0
4 changed files with 48 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ body of the element:
| showSidenavToggle | `boolean` | true | Toggles whether the sidenav button will be displayed in the header or not. |
| title | `string` | | Title of the application. |
| tooltip | `string` | | The tooltip text for the application logo. |
| toggleIcon | `string` | "menu" | The toggle icon that will be used inside header. |
| showLogo | `boolean` | true | Toggles whether the logo will be displayed inside the header or not. |
### Events