Home > General Components > BottomNavigation

BottomNavigation

@wq/material’s <BottomNavigation/> component can be used to add a persistent navbar with 2-5 icons to the bottom of the screen.

Source

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

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

The @wq/material-web implementation just exports BottomNavigation from @mui/material. The @wq/material-native implementation is currently just a placeholder.