Home > General Components > NavMenuPopup

NavMenuPopup

@wq/material’s <NavMenuPopup/> component renders NavMenu as a side panel that is opened via the menu button on smaller screens. On larger screens, NavMenuFixed will be used instead.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • NavMenuPopup.js (@wq/material-web)
  • NavMenuPopup.js (@wq/material-native)

The @wq/material-native implementation is currently just a placeholder.