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
Currently it always shows the button on small displays, even if there is no side nav. From the documentation:
Hamburger menu: The hamburger icon is used to open product navigation such as the left panel. The hamburger menu is only needed when there is a collapsable left navigation.
The example given on that page also has no side menu.
Since the navigation component is specified outside the header, it might be necessary to add a separate property or make isSideNavOpen have three meaningful states and use that to hide the button (it could accept null or undefined for example, maybe should be the default then).
The text was updated successfully, but these errors were encountered:
Currently it always shows the button on small displays, even if there is no side nav. From the documentation:
The example given on that page also has no side menu.
Since the navigation component is specified outside the header, it might be necessary to add a separate property or make
isSideNavOpen
have three meaningful states and use that to hide the button (it could acceptnull
orundefined
for example, maybe should be the default then).The text was updated successfully, but these errors were encountered: