Home > General Components > NavMenuFixed

NavMenuFixed

@wq/material’s <NavMenuFixed/> component renders a fixed NavMenu on the left side of larger screens. On smaller screens, NavMenuPopup will be used instead.

Source

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

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

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